Find the answer to your Linux question:
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 ...
  1. #1
    Just Joined!
    Join Date
    Dec 2007
    Posts
    2

    Question 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.

  2. #2
    Just 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.



  3. #3
    Just 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
    ~]$
    =======================================

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...