On 2023-07-16 10:53, Roger Price wrote:
On Sun, 16 Jul 2023, mick.crane wrote:
did you try to ssh to the ip address?
I vaguely remember something to do with the keys where I could ssh by
number but not name.
I ssh from Debian 11 to Debian 9 :
rprice@titan ~ ssh rprice@192.168.1.13
ssh: connect to host 192.168.1.13 port 22: Connection timed out
Roger
I'd compare the public key of you at 11 to what's in the authorized_keys
on 9.
and what's in known_hosts.
and what's in the sshd config file on 9 about "Listen"
after that I dunno.
mick