- jmc@cvs.openbsd.org 2010/07/14 17:06:58

[ssh.1]
     finally ssh synopsis looks nice again! this commit just removes a ton of
     hacks we had in place to make it work with old groff;
This commit is contained in:
Damien Miller 2010-07-16 13:59:11 +10:00
parent ea1651c98e
commit bcfbc48930
2 changed files with 12 additions and 26 deletions

View File

@ -33,6 +33,10 @@
[auth-rsa.c channels.c jpake.c key.c misc.c misc.h monitor.c packet.c] [auth-rsa.c channels.c jpake.c key.c misc.c misc.h monitor.c packet.c]
[ssh-rsa.c] [ssh-rsa.c]
s/timing_safe_cmp/timingsafe_bcmp/g s/timing_safe_cmp/timingsafe_bcmp/g
- jmc@cvs.openbsd.org 2010/07/14 17:06:58
[ssh.1]
finally ssh synopsis looks nice again! this commit just removes a ton of
hacks we had in place to make it work with old groff;
20100714 20100714
- (tim) [contrib/redhat/openssh.spec] Bug 1796: Test for skip_x11_askpass - (tim) [contrib/redhat/openssh.spec] Bug 1796: Test for skip_x11_askpass

34
ssh.1
View File

@ -34,8 +34,8 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\" .\"
.\" $OpenBSD: ssh.1,v 1.305 2010/05/16 12:55:51 markus Exp $ .\" $OpenBSD: ssh.1,v 1.306 2010/07/14 17:06:58 jmc Exp $
.Dd $Mdocdate: May 16 2010 $ .Dd $Mdocdate: July 14 2010 $
.Dt SSH 1 .Dt SSH 1
.Os .Os
.Sh NAME .Sh NAME
@ -43,46 +43,28 @@
.Nd OpenSSH SSH client (remote login program) .Nd OpenSSH SSH client (remote login program)
.Sh SYNOPSIS .Sh SYNOPSIS
.Nm ssh .Nm ssh
.Bk -words
.Op Fl 1246AaCfgKkMNnqsTtVvXxYy .Op Fl 1246AaCfgKkMNnqsTtVvXxYy
.Op Fl b Ar bind_address .Op Fl b Ar bind_address
.Op Fl c Ar cipher_spec .Op Fl c Ar cipher_spec
.Oo Fl D\ \& .Op Fl D Oo Ar bind_address : Oc Ns Ar port
.Sm off
.Oo Ar bind_address : Oc
.Ar port
.Sm on
.Oc
.Op Fl e Ar escape_char .Op Fl e Ar escape_char
.Op Fl F Ar configfile .Op Fl F Ar configfile
.Op Fl I Ar pkcs11 .Op Fl I Ar pkcs11
.Bk -words
.Op Fl i Ar identity_file .Op Fl i Ar identity_file
.Ek .Op Fl L Oo Ar bind_address : Oc Ns Ar port : Ns Ar host : Ns Ar hostport
.Oo Fl L\ \&
.Sm off
.Oo Ar bind_address : Oc
.Ar port : host : hostport
.Sm on
.Oc
.Bk -words
.Op Fl l Ar login_name .Op Fl l Ar login_name
.Ek
.Op Fl m Ar mac_spec .Op Fl m Ar mac_spec
.Op Fl O Ar ctl_cmd .Op Fl O Ar ctl_cmd
.Op Fl o Ar option .Op Fl o Ar option
.Op Fl p Ar port .Op Fl p Ar port
.Oo Fl R\ \& .Op Fl R Oo Ar bind_address : Oc Ns Ar port : Ns Ar host : Ns Ar hostport
.Sm off
.Oo Ar bind_address : Oc
.Ar port : host : hostport
.Sm on
.Oc
.Op Fl S Ar ctl_path .Op Fl S Ar ctl_path
.Op Fl W Ar host : Ns Ar port .Op Fl W Ar host : Ns Ar port
.Oo Fl w Ar local_tun Ns .Op Fl w Ar local_tun Ns Op : Ns Ar remote_tun
.Op : Ns Ar remote_tun Oc
.Oo Ar user Ns @ Oc Ns Ar hostname .Oo Ar user Ns @ Oc Ns Ar hostname
.Op Ar command .Op Ar command
.Ek
.Sh DESCRIPTION .Sh DESCRIPTION
.Nm .Nm
(SSH client) is a program for logging into a remote machine and for (SSH client) is a program for logging into a remote machine and for