The SFTP connection to the server through a client(Cyberduck) times out too soon(1 min or so). Is there some default setting in the server that I can modify to change this situation?

EDIT: Figured it out. The problem is actually the newer version of Cyberduck. It's getting disconnected no matter what server I SFTP to. Going to accept the answer anyway.

link|improve this question
feedback

1 Answer

up vote 2 down vote accepted

ClientAliveInterval in sshd_config on your server controls this. Default is 60 seconds.

link|improve this answer
1  
+1 - but you should also mention ClientAliveCountMax and/or TCPKeepAlive – pauska Sep 20 '10 at 11:20
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.