ssh -6 error(s)

Felipe Alfaro Solana felipe_alfaro at linuxmail.org
Mon Jan 12 23:07:57 UTC 2004


On Mon, 2004-01-12 at 23:36, Zach Wilkinson wrote:
> Trying to ssh to another FC1 over ipv6...
>  
> [root at localhost root]# ssh -6 fe80::240:f4ff:fe57:8763
> ssh: connect to host fe80::240:f4ff:fe57:8763 port 22: Invalid
> argument
>  
> [root at localhost root]# ssh -6 fe80::240:f4ff:fe57:8763/64
> ssh: fe80::240:f4ff:fe57:8763/64: Name or service not known
>  
> Using the -b option with the source address doesn't seem to help.
>  
> Yet I can ping6 between the two systems.

I'm using IPv6 all over my LAN, and SSH works just fine.

First, do not use prefix length indicators in IPv6 addresses, as they
are only needed when routing decisions must be taken, i.e. "ssh -6
fe80::1".

Second, please attach an "ifconfig -a" from both the server and
workstation.

Third, run "netstat -an --inet6|grep LISTEN" on the machine where the
SSH service is running. You should see something similar to this:

tcp  0   0 :::22         :::*           LISTEN





More information about the fedora-list mailing list