0

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.

rubayeet
  • 117
  • 7

1 Answers1

2

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

dunxd
  • 9,632
  • 22
  • 81
  • 118