0
votes
0answers
18 views

IPv6-connected FreeBSD server is not available via LAN

My Setup I have a FreeBSD server with the following output of uname -a: FreeBSD glacier 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec 4 09:23:10 UTC 2012 ...
2
votes
1answer
466 views

How to prevent IPv6 privacy extensions from breaking my long-lived SSH sessions?

When using SSH from my Windows 7 desktop to Linux servers, via IPv6, I'm having the following two problems, because of IPv6 Privacy Extensions: I'm used to keep ssh sessions open for days or weeks. ...
3
votes
1answer
651 views

SSH over IPv6 got “Permission denied” error

I have a server that I can connect via SSH over IPv4 address. Now I want to SSH over IPv6. I'm sure that my server is assigned with a valid IPv6 address, and I've configured sshd to listen on v6 ...
6
votes
2answers
13k views

how to ssh to a ipv6 ubuntu in a LAN?

Hi I'm able to ping my ubuntu box via command: (where c2h2ttt is listed in /etc/hosts) c2h2@c2h2crawler:~/ttt$ ping6 -I eth1 c2h2ttt PING c2h2ttt(c2h2ttt) from fe80::21b:21ff:fe22:e865 eth1: 56 data ...