怎么限制SSH客户端登陆的时间

发布于 2022-07-19 10:03:11 字数 161 浏览 12 评论 6

怎么限制SSH客户端登陆的时间?
就是说如果一段时间内没有任何操作的话.就直接断开与客户端的连接.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(6

止于盛夏 2022-07-24 23:27:45

原帖由 yttlovezxx 于 2006-7-13 12:38 发表

设置了.没反映

重新登录, 或,运行一下 .profile.

我家小可爱 2022-07-24 20:48:56

原帖由 采风 于 2006-7-13 12:46 发表
#man sshd_config

     ClientAliveInterval
             Sets a timeout interval in seconds after which if no data has
             been received from the client, sshd will send a message throug ...

吲‖鸣 2022-07-24 11:42:49

#man sshd_config

     ClientAliveInterval
             Sets a timeout interval in seconds after which if no data has
             been received from the client, sshd will send a message through
             the encrypted channel to request a response from the client.  The
             default is 0, indicating that these messages will not be sent to
             the client.  This option applies to protocol version 2 only.

治碍 2022-07-24 07:44:19

原帖由 heijieweb 于 2006-7-9 15:33 发表
在用户主目录下的配置文件中设置TMOUT=N秒

设置了.没反映

初吻给了烟 2022-07-23 06:05:57

还可设置一下ssh的配置文件
sshd_config里

允世 2022-07-23 04:23:41

在用户主目录下的配置文件中设置TMOUT=N秒

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文