summaryrefslogtreecommitdiff
path: root/ssh.1
diff options
context:
space:
mode:
authordamien <damien>2000-04-16 01:18:38 +0000
committerdamien <damien>2000-04-16 01:18:38 +0000
commit8c2a627228e29d2cfa293c521df7b9c9bf6b4361 (patch)
tree4060aa5e88cf0146576068a8cccbb944915009a0 /ssh.1
parentb7f20d5d82bfab6c5bf198a8d2d44c207bdf9287 (diff)
downloadopenssh-8c2a627228e29d2cfa293c521df7b9c9bf6b4361.tar.gz
- OpenBSD CVS updates.
[ssh.1 ssh.c] - ssh -2 [auth.c channels.c clientloop.c packet.c packet.h serverloop.c] [session.c sshconnect.c] - check payload for (illegal) extra data [ALL] - whitespace cleanup
Diffstat (limited to 'ssh.1')
-rw-r--r--ssh.18
1 files changed, 6 insertions, 2 deletions
diff --git a/ssh.1 b/ssh.1
index 548339e6..1d1a76cf 100644
--- a/ssh.1
+++ b/ssh.1
@@ -9,7 +9,7 @@
.\"
.\" Created: Sat Apr 22 21:55:14 1995 ylo
.\"
-.\" $Id: ssh.1,v 1.21 2000/04/13 02:26:37 damien Exp $
+.\" $Id: ssh.1,v 1.22 2000/04/16 01:18:46 damien Exp $
.\"
.Dd September 25, 1999
.Dt SSH 1
@@ -24,7 +24,7 @@
.Op Ar command
.Pp
.Nm ssh
-.Op Fl afgknqtvxCPX46
+.Op Fl afgknqtvxCPX246
.Op Fl c Ar blowfish | 3des
.Op Fl e Ar escape_char
.Op Fl i Ar identity_file
@@ -455,6 +455,10 @@ from the local machine.
Port forwardings can also be specified in the configuration file.
Privileged ports can be forwarded only when
logging in as root on the remote machine.
+.It Fl 2
+Forces
+.Nm
+to use protocol version 2 only.
.It Fl 4
Forces
.Nm