您好请帮助我的朋友,我正在尝试通过ssh用putty登录服务器。但在设置好主机名和putty之后,它将允许我输入cpanel用户名。但有时,它会显示一个消息框(意外的服务器关闭连接)。请问是网络问题?因为有些事我不明白这个问题。我需要建议。谢谢。这是我的sshd_config 我试过@Nic但没有工作......这是我的sshd_config
#$ OpenBSD:sshd_config,v 1.65 2003/08/28 12:54:34 markus Exp $
#这是sshd服务器系统范围的配置文件。看到 #sshd_config(5)了解更多信息。
#这个sshd是用PATH = / usr / bin编译的:/ bin:/ usr / sbin:/ sbin
#用于默认sshd_config中的选项的策略 #OpenSSH是指定选项的默认值where #可能,但留下评论。未注释的选项会更改a #default value。
#Port 22
#Protocol 2,1
议定书2
#ListenAddress 0.0.0.0
#ListenAddress ::
协议版本1的#HostKey
#HostKey / etc / ssh / ssh_host_key
#HostKeys for protocol version 2
#HostKey / etc / ssh / ssh_host_rsa_key
#HostKey / etc / ssh / ssh_host_dsa_key
#empirral版本1服务器密钥的生命周期和大小
#KeyRegenerationInterval 1h
#ServerKeyBits 768
#Logging
#obsoletes QuietMode和FascistLogging
#SyslogFacility AUTH
#LogLevel INFO
#Authentication:
#LoginGraceTime 2m
PermitRootLogin是
#以下设置将覆盖对主机密钥文件的权限检查
#和目录。出于安全考虑,请将此设置为" yes"在跑步时
#NT / W2K,NTFS和CYGWIN = ntsec。
StrictModes yes
RSAAuthentication no
#PubkeyAuthentication yes
#AuthorizedKeysFile .ssh / authorized_keys
#为此,您还需要/ etc / ssh / ssh_known_hosts中的主机密钥
#RhostsRSAAuthentication no
#p>#类似于协议版本2#HostbasedAuthentication no
#如果您不信任〜/ .ssh / known_hosts
,请改为是#RhostsRSAAuthentication和HostbasedAuthentication
IgnoreUserKnownHosts yes
#不要阅读用户的〜/ .rhosts和〜/ .shosts文件
#IgnoreRhosts yes
#要禁用隧道明文密码,请在此处更改为no!
PasswordAuthentication yes
#PermitEmptyPasswords no
#更改为no以禁用密钥/密码
#ChallengeResponseAuthentication yes
#Kerberos选项
#KerberosAuthentication no
#KerberosOrLocalPasswd是的
#KerberosTicketCleanup是的
#GSSAPI选项
#GSSAPIAuthentication no
#GSSAPICleanupCreds yes
#将此设置为“是”'启用PAM身份验证(通过质询 - 响应)
#和会话处理。根据您的PAM配置,这可能
#绕过' PasswordAuthentication'
的设置#UsePAM yes
#AllowTcpForwarding yes
#GatewayPorts no
#X11Forwarding no
#X11DisplayOffset 10
#X11UseLocalhost yes
#PrintMotd yes
#PrintLastLog yes
#KeepAlive yes
#UseLogin no
UsePrivilegeSeparation no
#PermitUserEnvironment否
#Compression yes
#ClientAliveInterval 0
#ClientAliveCountMax 3
#UseDNS yes
#PidFile /var/run/sshd.pid
MaxStartups 10:30:60
#default banner path
Banner /etc/banner.txt
#override默认无子系统
子系统sftp / usr / sbin / sftp-server
答案 0 :(得分:0)
前往您的腻子设置 - >连接并设置Keepalive'之间的'秒的值。达到像' 30'然后重试。
如果这不起作用,请尝试向我们展示sshd_config的内容
cat /etc/ssh/sshd_config
编辑:将其添加到您的sshd_config
# Enable TCPKeepAlive
TCPKeepAlive yes
祝你好运!