summaryrefslogtreecommitdiff
path: root/ssh.1
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-05-30 13:44:51 +1000
committerDamien Miller <djm@mindrot.org>2000-05-30 13:44:51 +1000
commitb1715dc0cf5ea91707b437310f63b17bed2dc7a6 (patch)
treef7fe557697d12b37c6be6a97c6ce083d23fd07de /ssh.1
parent9448c002db7427058ecca76760f3a75e379bf0a1 (diff)
- OpenBSD CVS updates:
- markus@cvs.openbsd.org [session.c] make x11-fwd work w/ localhost (xauth add host/unix:11) [cipher.c compat.c readconf.c servconf.c] check strtok() != NULL; ok niels@ [key.c] fix key_read() for uuencoded keys w/o '=' [serverloop.c] group ssh1 vs. ssh2 in serverloop [kex.c kex.h myproposal.h sshconnect2.c sshd.c] split kexinit/kexdh, factor out common code [readconf.c ssh.1 ssh.c] forwardagent defaults to no, add ssh -A - theo@cvs.openbsd.org [session.c] just some line shortening
Diffstat (limited to 'ssh.1')
-rw-r--r--ssh.112
1 files changed, 8 insertions, 4 deletions
diff --git a/ssh.1 b/ssh.1
index d8e9eb0b9..6c1d3763e 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.26 2000/05/17 12:34:24 damien Exp $ 12.\" $Id: ssh.1,v 1.27 2000/05/30 03:44:54 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 afgknqtvxCNPTX246 27.Op Fl afgknqtvxACNPTX246
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
@@ -332,7 +332,9 @@ host key is not known or has changed.
332.Bl -tag -width Ds 332.Bl -tag -width Ds
333.It Fl a 333.It Fl a
334Disables forwarding of the authentication agent connection. 334Disables forwarding of the authentication agent connection.
335This may also be specified on a per-host basis in the configuration file. 335.It Fl A
336Enables forwarding of the authentication agent connection.
337This can also be specified on a per-host basis in a configuration file.
336.It Fl c Ar blowfish|3des 338.It Fl c Ar blowfish|3des
337Selects the cipher to use for encrypting the session. 339Selects the cipher to use for encrypting the session.
338.Ar 3des 340.Ar 3des
@@ -460,9 +462,9 @@ The verbose mode is also used to display
460challenges, if the user entered "s/key" as password. 462challenges, if the user entered "s/key" as password.
461.It Fl x 463.It Fl x
462Disables X11 forwarding. 464Disables X11 forwarding.
463This can also be specified on a per-host basis in a configuration file.
464.It Fl X 465.It Fl X
465Enables X11 forwarding. 466Enables X11 forwarding.
467This can also be specified on a per-host basis in a configuration file.
466.It Fl C 468.It Fl C
467Requests compression of all data (including stdin, stdout, stderr, and 469Requests compression of all data (including stdin, stdout, stderr, and
468data for forwarded X11 and TCP/IP connections). 470data for forwarded X11 and TCP/IP connections).
@@ -671,6 +673,8 @@ The argument must be
671.Dq yes 673.Dq yes
672or 674or
673.Dq no . 675.Dq no .
676The default is
677.Dq no .
674.It Cm ForwardX11 678.It Cm ForwardX11
675Specifies whether X11 connections will be automatically redirected 679Specifies whether X11 connections will be automatically redirected
676over the secure channel and 680over the secure channel and