OpenSSH Configuration: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 6: Line 6:


==-o ConnectTimeout==
==-o ConnectTimeout==
Specifies the timeout in seconds used when connecting to the SSH server, instead of using the default system TCP timeout.  This value is used only when the target is down or really unreachable, not when it refuses the connection.
-o ConnectTimeout=1


=Server Configuration=
=Server Configuration=

Revision as of 20:39, 2 July 2017

Internal

Client Configuration

-o ConnectTimeout

Specifies the timeout in seconds used when connecting to the SSH server, instead of using the default system TCP timeout. This value is used only when the target is down or really unreachable, not when it refuses the connection.

-o ConnectTimeout=1

Server Configuration