summaryrefslogtreecommitdiff
path: root/ssh_config.5
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2003-05-16 11:39:04 +1000
committerDamien Miller <djm@mindrot.org>2003-05-16 11:39:04 +1000
commitb78d5eb6c58d54fb9972afe487ad94e63cc7d5c7 (patch)
tree8f40c7da74a5718e2d4c69919c2211049bcb0f77 /ssh_config.5
parent99b4b88aba7131f04439ac6baaaae4dde02aa965 (diff)
- djm@cvs.openbsd.org 2003/05/15 14:55:25
[readconf.c readconf.h ssh_config ssh_config.5 sshconnect.c] add a ConnectTimeout option to ssh, based on patch from Jean-Charles Longuet (jclonguet at free.fr); portable #207 ok markus@
Diffstat (limited to 'ssh_config.5')
-rw-r--r--ssh_config.57
1 files changed, 6 insertions, 1 deletions
diff --git a/ssh_config.5 b/ssh_config.5
index 2f33aa3f3..c5de4a9de 100644
--- a/ssh_config.5
+++ b/ssh_config.5
@@ -34,7 +34,7 @@
34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
36.\" 36.\"
37.\" $OpenBSD: ssh_config.5,v 1.8 2003/05/14 18:16:20 jakob Exp $ 37.\" $OpenBSD: ssh_config.5,v 1.9 2003/05/15 14:55:25 djm Exp $
38.Dd September 25, 1999 38.Dd September 25, 1999
39.Dt SSH_CONFIG 5 39.Dt SSH_CONFIG 5
40.Os 40.Os
@@ -227,6 +227,11 @@ Specifies the number of tries (one per second) to make before exiting.
227The argument must be an integer. 227The argument must be an integer.
228This may be useful in scripts if the connection sometimes fails. 228This may be useful in scripts if the connection sometimes fails.
229The default is 1. 229The default is 1.
230.It Cm ConnectTimeout
231Specifies the timeout (in seconds) used when connecting to the ssh
232server, instead of using the default system TCP timeout. This value is
233used only when the target is down or really unreachable, not when it
234refuses the connection.
230.It Cm DynamicForward 235.It Cm DynamicForward
231Specifies that a TCP/IP port on the local machine be forwarded 236Specifies that a TCP/IP port on the local machine be forwarded
232over the secure channel, and the application 237over the secure channel, and the application