Open GoogleCodeExporter opened 9 years ago
Quick fix could be as simple as setting ServerAliveInterval on your servers
/etc/ssh/sshd_config (as below example shows 60 seconds set) to avoid idle
timeouts and the server kicking the client off. give it a try.
Host *
ForwardAgent yes
ServerAliveInterval 60
# ForwardX11 no
# ForwardX11Trusted yes
# RhostsRSAAuthentication no
# RSAAuthentication yes
# PasswordAuthentication yes
# HostbasedAuthentication no
# GSSAPIAuthentication no
# GSSAPIDelegateCredentials no
# GSSAPIKeyExchange no
# GSSAPITrustDNS no
# BatchMode no
# CheckHostIP yes
# AddressFamily any
# ConnectTimeout 0
# StrictHostKeyChecking no
# IdentityFile ~/.ssh/identity
Original comment by djtrem...@gmail.com
on 17 Jan 2015 at 10:46
I don't have access to edit server config files as root.
Original comment by davehin...@gmail.com
on 19 Jan 2015 at 8:22
Original issue reported on code.google.com by
davehin...@gmail.com
on 14 Jan 2015 at 9:01