aix 中的空闲会话

发布于 2024-07-14 00:04:37 字数 205 浏览 3 评论 0原文

AIX 中的 telnet 会话超时设置在哪里? 我需要无限期地保持每个会话的开放。 我检查以下文件 /etc/security/login.cfg /etc/security/.profile /etc/profile 和我的登录文件 TMOUT=0 或我从这些文件中删除它,但空闲会话仍然消失? 有什么服务可以启动和停止吗?

谢谢

where in AIX is timeot set for a telnet session?
I need to keep each session open indefinitely.
I check the following files
/etc/security/login.cfg
/etc/security/.profile
/etc/profile and my login files
either TMOUT=0 or i remove it form these files, but idle session still went out?
there is any services to start and stop for that?

Thanks

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

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

发布评论

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

评论(2

双手揣兜 2024-07-21 00:04:37

请参阅此Tek-Tip 论坛帖子了解相同内容问题。

简而言之:

  • 检查您的 TMOUT 和 TIMEOUT 环境变量,如果设置了,它们可能会启动关闭空闲会话
  • 检查 /etc/security/login.cfg 中“logintimeout”中的 shell 超时
  • 检查您的防火墙,如果它在一段时间后丢弃空闲 tcp 连接time

也许您还可以将客户端配置为不时发送空包以保持会话处于活动状态。

See this Tek-Tip forum post for the same issue.

In short:

  • check your TMOUT and TIMEOUT environment variables, if set, they could initiate closing of idle sessions
  • check /etc/security/login.cfg for a shell timeout in "logintimeout"
  • check your firewall, if it drops idle tcp connections after some time

Maybe you could also configure your clients to send null-packages from time to time to keep sessions alive.

家住魔仙堡 2024-07-21 00:04:37

GNU Screen 是针对此问题的更通用的解决方案。

GNU Screen is a more general solution to this problem.

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