1:5.8.1p1-3
[openssh.git] / debian / ssh-argv0.1
1 .Dd September 7, 2001 
2 .Dt SSH-ARGV0 1
3 .Os Debian Project
4 .Sh NAME
5 .Nm ssh-argv0
6 .Nd replaces the old ssh command-name as hostname handling
7 .Sh SYNOPSIS
8 .Ar hostname | user@hostname
9 .Op Fl l Ar login_name
10 .Op Ar command
11 .Pp
12 .Ar hostname | user@hostname
13 .Op Fl afgknqstvxACNTX1246
14 .Op Fl b Ar bind_address
15 .Op Fl c Ar cipher_spec
16 .Op Fl e Ar escape_char
17 .Op Fl i Ar identity_file
18 .Op Fl l Ar login_name
19 .Op Fl m Ar mac_spec
20 .Op Fl o Ar option
21 .Op Fl p Ar port
22 .Op Fl F Ar configfile
23 .Oo Fl L Xo
24 .Sm off
25 .Ar port :
26 .Ar host :
27 .Ar hostport
28 .Sm on
29 .Xc
30 .Oc
31 .Oo Fl R Xo
32 .Sm off
33 .Ar port :
34 .Ar host :
35 .Ar hostport
36 .Sm on
37 .Xc
38 .Oc
39 .Op Fl D Ar port
40 .Op Ar command
41 .Sh DESCRIPTION
42 .Nm
43 replaces the old ssh command-name as hostname handling.
44 If you link to this script with a hostname then executing the link is
45 equivalent to having executed ssh with that hostname as an argument.
46 All other arguments are passed to ssh and will be processed normally.
47 .Sh OPTIONS
48 See
49 .Xr ssh 1 .
50 .Sh FILES
51 See
52 .Xr ssh 1 .
53 .Sh AUTHORS
54 OpenSSH is a derivative of the original and free
55 ssh 1.2.12 release by Tatu Ylonen.
56 Aaron Campbell, Bob Beck, Markus Friedl, Niels Provos,
57 Theo de Raadt and Dug Song
58 removed many bugs, re-added newer features and
59 created OpenSSH.
60 Markus Friedl contributed the support for SSH
61 protocol versions 1.5 and 2.0.
62 Jonathan Amery wrote this ssh-argv0 script and the associated documentation.
63 .Sh SEE ALSO
64 .Xr ssh 1