我有一个运行Ubuntu服务器12.0.4的服务器,安装了Openssh服务器。我可以连接到服务器大约30分钟,然后连接下降。当我试图重新连接时,我得到了The remote system refused the connection.。
我使用ps -A | grep ssh来验证sshd是否正在运行,我可以将ssh返回到127.0.0.1并无限期地保持连接。
我还尝试在ClientAliveInterval 60中添加/etc/ssh/sshd_config,这并没有什么不同。
我的Ubuntu11.04服务器在互联网上有一些奇怪的行为,从几天以来。它在一些Java应用程序中运行得非常好。然后,突然它不再接受连接了。当我尝试ssh或http-连接我的服务器时,我不会得到响应,直到我得到超时。但平工作得很好。nmap还起作用:
Starting Nmap 5.21 ( http://nmap.org ) at 2011-08-29 10:52 CEST
Nmap scan report for ...
Host is up (0.020s latency).
Not shown: 994 closed ports
PORT STATE SERVICE
22/tc
我有一个不受密码保护的ssh密钥,用于连接服务器。现在,我想在密钥中添加一个密码,所以我已经做了如下工作:
ssh-keygen -p
并添加了一个新的密码:
Enter file in which the key is (/home/user/.ssh/id_rsa):
Enter old passphrase:
Key has comment '/home/user/.ssh/id_rsa'
Enter new passphrase (empty for no passphrase):
Enter same passphrase again:
Your identi