summaryrefslogtreecommitdiff
path: root/ssh.1
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-05-17 22:34:22 +1000
committerDamien Miller <djm@mindrot.org>2000-05-17 22:34:22 +1000
commitdcb6ecd1b3b25b6909296ff0546ca6b18d0c19d3 (patch)
tree7eb6d184356f6aa00e62c71565568db706f2e960 /ssh.1
parent0e65eed58acc0053d163e96463a7c4d0684e55bd (diff)
- OpenBSD CVS update:
- markus@cvs.openbsd.org [ssh.c] fix usage() [ssh2.h] draft-ietf-secsh-architecture-05.txt [ssh.1] document ssh -T -N (ssh2 only) [channels.c serverloop.c ssh.h sshconnect.c sshd.c aux.c] enable nonblocking IO for sshd w/ proto 1, too; split out common code [aux.c] missing include
Diffstat (limited to 'ssh.1')
-rw-r--r--ssh.110
1 files changed, 8 insertions, 2 deletions
diff --git a/ssh.1 b/ssh.1
index 48040c439..d8e9eb0b9 100644
--- a/ssh.1
+++ b/ssh.1
@@ -9,7 +9,7 @@
9.\" 9.\"
10.\" Created: Sat Apr 22 21:55:14 1995 ylo 10.\" Created: Sat Apr 22 21:55:14 1995 ylo
11.\" 11.\"
12.\" $Id: ssh.1,v 1.25 2000/05/09 01:03:02 damien Exp $ 12.\" $Id: ssh.1,v 1.26 2000/05/17 12:34:24 damien Exp $
13.\" 13.\"
14.Dd September 25, 1999 14.Dd September 25, 1999
15.Dt SSH 1 15.Dt SSH 1
@@ -24,7 +24,7 @@
24.Op Ar command 24.Op Ar command
25.Pp 25.Pp
26.Nm ssh 26.Nm ssh
27.Op Fl afgknqtvxCPX246 27.Op Fl afgknqtvxCNPTX246
28.Op Fl c Ar cipher_spec 28.Op Fl c Ar cipher_spec
29.Op Fl e Ar escape_char 29.Op Fl e Ar escape_char
30.Op Fl i Ar identity_file 30.Op Fl i Ar identity_file
@@ -416,6 +416,10 @@ program will be put in the background.
416needs to ask for a password or passphrase; see also the 416needs to ask for a password or passphrase; see also the
417.Fl f 417.Fl f
418option.) 418option.)
419.It Fl N
420Do not execute a remote command.
421This is usefull if you just want to forward ports
422(protocol version 2 only).
419.It Fl o Ar option 423.It Fl o Ar option
420Can be used to give options in the format used in the config file. 424Can be used to give options in the format used in the config file.
421This is useful for specifying options for which there is no separate 425This is useful for specifying options for which there is no separate
@@ -442,6 +446,8 @@ Force pseudo-tty allocation.
442This can be used to execute arbitrary 446This can be used to execute arbitrary
443screen-based programs on a remote machine, which can be very useful, 447screen-based programs on a remote machine, which can be very useful,
444e.g., when implementing menu services. 448e.g., when implementing menu services.
449.It Fl T
450Disable pseudo-tty allocation (protocol version 2 only).
445.It Fl v 451.It Fl v
446Verbose mode. 452Verbose mode.
447Causes 453Causes