To solve the issues, you can do the following
1. At your Linux Server Side, you can configure
# vim /etc/ssh/sshd_config
..... ClientAliveInterval 60 .....
2. At your Client Side
# vim ~/.ssh/config
..... ServerAliveInterval 60 .....
Linux Toolkits Blog is a scratch-pad of tips and findings on Linux
# vim /etc/ssh/sshd_config
..... ClientAliveInterval 60 .....
# vim ~/.ssh/config
..... ServerAliveInterval 60 .....
No comments:
Post a Comment