Re: Can I tell Rsync to wait longer for a password when connecting to a remote system
Wouldn't it be the login grace time for sshd? which can be set in /etc/ssh/sshd_config or via the command line:
Code:
-g login_grace_time
Gives the grace time for clients to authenticate themselves (default 120 seconds). If the client fails to authenticate the user within this many seconds, the server disconnects and exits. A value of zero indicates no limit.
I didn't try it and I don't know if something else might timeout in the tcp connection state also.
Any follow-up information on your issue would be appreciated. Please have the courtesy to report back.
Bookmarks