readthefuckingmanual.net

[SOLVED] RSA host key for IP address '<ipv6 address>' not in list of known hosts.

Error added: 2013-04-06T14:37:34Z

0 people waiting for the answer...

2 answers found.

Answer 2112 (100.0% helpful)

ssh -vv host.blah.com
...
debug1: checking without port identifier
debug1: Host 'host.blah.com' is known and matches the RSA host key.
debug1: Found key in /home/username/.ssh/known_hosts:42
RSA host key for IP address '2a02:x:x:x::x:x' not in list of known hosts.
debug1: found matching key w/out port
...

I don't get it.

Anyway, I deleted the host.blah.com reference and the 2a02 reference in known_hosts, sshed again, and it is all fine now.

No idea.
Permalink

Answer 2111 (0.0% helpful)

I submitted this, and if I grep for the IPv6 address in ~/.ssh/known_hosts, it is in there, which is why I'm confused:

$ grep '2a02:x:x:x::x:x' ~/.ssh/known_hosts
[2a02:x:x:x::x:x]:1022 ssh-rsa AAAAB3NzaC1yc2EAAAABIwA...............
Permalink

Add an answer/solution

If you know the answer, please add your own solution below.
If you don't know, but find out later, please come back and share your answer - there will be other people struggling with this too.


Please enter 61948 here

If you want to be notified via email when this is solved, enter your email address here: