由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Linux版 - 一个ssh的问题
相关主题
远程登录问个TCP有关timeout的技术问题
Ubuntu /etc/resolve.conf 总是被从写如何只允许某个用户从某几台机器ssh进来?
WIN7下CISCO的VPN Client 设置linux的VPNUbuntu9.10一插USB Flash drive就死机
ssh 自动断开的问题ssh连接问题
ubuntu的ssh不行了linux下有本地执行指令但使用远程存储的软件吗?
怎么阻止ssh 自动中断呢?Ubuntu Amule 求助
fedora 14设置了 sshd_config 后依然会掉线求救:upgrade了ubuntu之后,evolution和mendeley的config都丢了
初学求教:登录远程服务器不需要密码的方法怎么从linux server上下载一大堆文件
相关话题的讨论汇总
话题: ssh话题: client话题: server话题: config话题: his
进入Linux版参与讨论
1 (共1页)
D*****r
发帖数: 175
1
ubuntu 9.10下ssh到远程服务器,如果一段时间不用(估计十几分钟)就被server踢了
。然后又要重新登录,很麻烦。windows下的ssh client就不会有这个问题,是不是需
要在ssh命令后面加个什么指令?看了ssh的帮助,好像没找到,有经验的请来说说。
h***r
发帖数: 726
2
your client needs to send some info to the server, saying I am alive.
usually, I will open an emacs, which will do it for me automatically.

【在 D*****r 的大作中提到】
: ubuntu 9.10下ssh到远程服务器,如果一段时间不用(估计十几分钟)就被server踢了
: 。然后又要重新登录,很麻烦。windows下的ssh client就不会有这个问题,是不是需
: 要在ssh命令后面加个什么指令?看了ssh的帮助,好像没找到,有经验的请来说说。

z**r
发帖数: 17771
3
do you have the root access to the server? if yes, then man sshd, you'll
find it

【在 D*****r 的大作中提到】
: ubuntu 9.10下ssh到远程服务器,如果一段时间不用(估计十几分钟)就被server踢了
: 。然后又要重新登录,很麻烦。windows下的ssh client就不会有这个问题,是不是需
: 要在ssh命令后面加个什么指令?看了ssh的帮助,好像没找到,有经验的请来说说。

D*****r
发帖数: 175
4
thanks!
a*******e
发帖数: 3021
5
if his windox client don't drop connection, server is set correctly, right?
it should be his ubuntu client's setting problem

【在 z**r 的大作中提到】
: do you have the root access to the server? if yes, then man sshd, you'll
: find it

z**r
发帖数: 17771
6
no, most likely his windows client keeps sending keepalives to keep the
session up

【在 a*******e 的大作中提到】
: if his windox client don't drop connection, server is set correctly, right?
: it should be his ubuntu client's setting problem

v*****r
发帖数: 1119
7
You can add the following two lines on your client config file (~/.ssh/
config)
Host *
ServerAliveInterval 30

【在 D*****r 的大作中提到】
: ubuntu 9.10下ssh到远程服务器,如果一段时间不用(估计十几分钟)就被server踢了
: 。然后又要重新登录,很麻烦。windows下的ssh client就不会有这个问题,是不是需
: 要在ssh命令后面加个什么指令?看了ssh的帮助,好像没找到,有经验的请来说说。

1 (共1页)
进入Linux版参与讨论
相关主题
怎么从linux server上下载一大堆文件ubuntu的ssh不行了
win下面ssh linux用什么好?怎么阻止ssh 自动中断呢?
求助: 装ubuntu12.04到“Where are you" 就卡住了fedora 14设置了 sshd_config 后依然会掉线
请教ubuntu问题初学求教:登录远程服务器不需要密码的方法
远程登录问个TCP有关timeout的技术问题
Ubuntu /etc/resolve.conf 总是被从写如何只允许某个用户从某几台机器ssh进来?
WIN7下CISCO的VPN Client 设置linux的VPNUbuntu9.10一插USB Flash drive就死机
ssh 自动断开的问题ssh连接问题
相关话题的讨论汇总
话题: ssh话题: client话题: server话题: config话题: his