Date: Wed, 04 Nov 2015 22:18:37 +0100 From: "Frank de Bot (lists)" <lists@searchy.net> To: freebsd-ports@freebsd.org Subject: Openssh on ipv6 only jail Message-ID: <563A762D.7030400@searchy.net>
next in thread | raw e-mail | index | archive | help
Hi, I've a jail setup with only ipv6. I want to use openssh as ssh daemon. When ssh to the jail, it ask for password, accepts it shows motd and then everything freezes. I also get a shell line like '[searchy@ipv6only ~]$ '. The client isn't even able to use key sequences like ~. to terminate. Only when sshd processes are killed on the server, the connection is released, everything I tried to send over ssh, is now in my local terminal I've found out that this behaviour isn't occuring when I set up the jail with ipv4 too. Even when openssh is only listening on ipv6, there is no problem. My jail config is: ipv6only { host.hostname = "ipv6only"; # ip4.addr = x.x.x.224; ip6.addr = x:x:x:4::7; path = "/opt/jails/ipv6only"; } what can cause it hang so badly when using only ipv6? there is no difference between shells. Regards, Frank de Bot
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?563A762D.7030400>