错误的配置选项:ServerAliveInterval
Bad configuration option: ServerAliveInterval
我刚买了一台新服务器,正试图确保 ServerAliveInterval
足够长,这样我就不会一直被淘汰。
root@server:~# sudo sshd -T
/etc/ssh/sshd_config: line 31: Bad configuration option: ServerAliveInterval
/etc/ssh/sshd_config: terminating, 1 bad configuration options
root@server:~# ssh -V
OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.7, OpenSSL 1.0.1f 6 Jan 2014
为什么我已经准备好并拥有 OpenSSH,但仍然会收到此错误
根据 sshd_config
的手册页,服务器选项称为 ClientAliveInterval
。
我刚买了一台新服务器,正试图确保 ServerAliveInterval
足够长,这样我就不会一直被淘汰。
root@server:~# sudo sshd -T
/etc/ssh/sshd_config: line 31: Bad configuration option: ServerAliveInterval
/etc/ssh/sshd_config: terminating, 1 bad configuration options
root@server:~# ssh -V
OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.7, OpenSSL 1.0.1f 6 Jan 2014
为什么我已经准备好并拥有 OpenSSH,但仍然会收到此错误
根据 sshd_config
的手册页,服务器选项称为 ClientAliveInterval
。