1
zlfzy 2017-08-26 12:52:10 +08:00 via iPhone
在 /etc/profile 里面有个什么 TMOUT 的参数可以去掉
|
2
ericgui OP @zlfzy cat /etc/profile
# /etc/profile: system-wide .profile file for the Bourne shell (sh(1)) # and Bourne compatible shells (bash(1), ksh(1), ash(1), ...). if [ "$PS1" ]; then if [ "$BASH" ] && [ "$BASH" != "/bin/sh" ]; then # The file bash.bashrc already sets the default PS1. # PS1='\h:\w\$ ' if [ -f /etc/bash.bashrc ]; then . /etc/bash.bashrc fi else if [ "`id -u`" -eq 0 ]; then PS1='# ' else PS1='$ ' fi fi fi if [ -d /etc/profile.d ]; then for i in /etc/profile.d/*.sh; do if [ -r $i ]; then . $i fi done unset i fi 没有 TMOUT |
3
csx163 2017-08-26 13:41:18 +08:00
改下 sshd 的配置文件,不过有些改了也没用
|
4
a1044634486 2017-08-26 13:55:13 +08:00
自己笨怪腾讯
echo 'export TMOUT=#' >> /etc/profile && source /etc/profile |
5
bkmi 2017-08-26 13:57:00 +08:00
只想问,还敢用 xshell?
|
6
topbandit 2017-08-26 13:57:45 +08:00
Connection closed by foreign host. 表示外部机器断开连接
|
8
aver4vex 2017-08-26 14:28:17 +08:00
putty 不是挺好的么
|
12
eoo 2017-08-26 15:16:12 +08:00
xshell 设置 “保持活动状态”
|
14
ericgui OP |
16
x18960 2017-08-27 03:43:47 +08:00 via iPhone
xshell 挺闲,还得写个规则,匹配腾讯云 ip 然后自己闪退。
|
17
tencentcloud 2017-08-29 10:10:49 +08:00
楼主,您的问题建议通过提交工单,让我们的工程师为您跟进处理下哦。
|