Hi all,
I ran freebsd-update across all my jails. Now, whenever I try to ssh(8) into one, the connection immediately dies. There are no messages in /var/log/messages.
Example below:
The jail is definitely listening on port 22, but immediately drops the connection. I have the same behavior on inetd(8). I noticed that packages I added later, such as nginx, work just fine and do not experience this problem.
Any ideas? How do I fix this?
I ran freebsd-update across all my jails. Now, whenever I try to ssh(8) into one, the connection immediately dies. There are no messages in /var/log/messages.
Example below:
Code:
$ telnet 192.168.100.22 22
Trying 192.168.100.22...
Connected to 192.168.100.22.
Escape character is '^]'.
Connection closed by foreign host.
The jail is definitely listening on port 22, but immediately drops the connection. I have the same behavior on inetd(8). I noticed that packages I added later, such as nginx, work just fine and do not experience this problem.
Any ideas? How do I fix this?