After inactive for several minutes, ssh client will freeze and I have to kill the process and reconnect to the server. It's quiet annoying.
After googling the issue, it is solved by inserting one line
to /etc/ssh/ssh_config or ~/.ssh/config file.
I think this configuration tells ssh client to send keep alive message to server every 10 seconds, as a result ssh client does not freeze any more.
阅读(1147) | 评论(0) | 转发(0) |