作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我刚刚获得了一台新服务器,并试图确保 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
。
关于ubuntu - 错误的配置选项 : ServerAliveInterval,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37265279/
我刚刚获得了一台新服务器,并试图确保 ServerAliveInterval 足够长,这样我就不会一直被抛出。 root@server:~# sudo sshd -T /etc/ssh/sshd_co
我正在尝试使用 Net::OpenSSH 连接到远程主机: my $ssh = Net::OpenSSH->new( $ip_address, user => $user, p
我是一名优秀的程序员,十分优秀!