Results 1 to 3 of 3
Hi ,
I have 2 RHEL5.5 64bit machines with IPV6 stack enabled.
I am not able to ssh to the second host using IPv6 address :
ssh -6 -l root ...
- 02-25-2011 #1Just Joined!
- Join Date
- Dec 2007
- Posts
- 2
ssh to IPv6 address
Hi ,
I have 2 RHEL5.5 64bit machines with IPV6 stack enabled.
I am not able to ssh to the second host using IPv6 address :
ssh -6 -l root [fd20:8b1e:b255:40c5:214:5eff:fefa:bcb0]
"/etc/ssh/sshd_config :
#Port 22
#Protocol 2,1
Protocol 2
AddressFamily inet6
#ListenAddress 0.0.0.0
ListenAddress [fd20:8b1e:b255:40c5:214:5eff:fedd:1388]
ListenAddress [::]
CAn someone please help me with the steps to get this resolved.
Thanks in advanced.
- 02-25-2011 #2Just Joined!
- Join Date
- Feb 2011
- Location
- VA
- Posts
- 3
You never provided the error message so it is next to impossible to know where to start, but, I would throw a -v in there to get some debugging info. If you still cant figure it out, post the output.
- 04-06-2011 #3Just Joined!
- Join Date
- Dec 2007
- Posts
- 2
Thanks for the response and sorry for the really late response .
I am still stuck with the issue , if anyone can assist plz.
~]$ ssh -6 -v -l root [fd20:8b1e:b255:8102:20e:cff:fe05:c04c]
OpenSSH_4.3p2, OpenSSL 0.9.8e-fips-rhel5 01 Jul 2008
debug1: Reading configuration data /etc/ssh/ssh_config
ssh: 1: Address family for hostname not supported
~]$
=======================================


Reply With Quote