ssh-argv0 (1) - Linux Manuals
ssh-argv0: replaces the old ssh command-name as hostname handling
Command to display ssh-argv0
manual in Linux: $ man 1 ssh-argv0
Debian Project
NAME
ssh-argv0
- replaces the old ssh command-name as hostname handling
SYNOPSIS
hostname | user [at] hostname
[-
l login_name
]
[
command
]
hostname | user [at] hostname
[-afgknqstvxACNTX1246
]
[-b bind_address
]
[-c cipher_spec
]
[-e escape_char
]
[-i identity_file
]
[-l login_name
]
[-m mac_spec
]
[-o option
]
[-p port
]
[-F configfile
]
[-L
port
host
hostport
]
[-R
port
host
hostport
]
[-D port
]
[command
]
DESCRIPTION
ssh-argv0
replaces the old ssh command-name as hostname handling.
If you link to this script with a hostname then executing the link is
equivalent to having executed ssh with that hostname as an argument.
All other arguments are passed to ssh and will be processed normally.
OPTIONS
See
ssh(1).
FILES
See
ssh(1).
AUTHORS
OpenSSH is a derivative of the original and free
ssh 1.2.12 release by Tatu Ylonen.
Aaron Campbell, Bob Beck, Markus Friedl, Niels Provos,
Theo de Raadt and Dug Song
removed many bugs, re-added newer features and
created OpenSSH.
Markus Friedl contributed the support for SSH
protocol versions 1.5 and 2.0.
Natalie Amery wrote this ssh-argv0 script and the associated documentation.
Pages related to ssh-argv0
- ssh-add (1) - adds private key identities to the OpenSSH authentication agent
- ssh-agent (1) - OpenSSH authentication agent
- ssh-askpass (1) - prompts a user for a passphrase using GNOME
- ssh-copy-id (1) - use locally available keys to authorise logins on a remote machine
- ssh-import-id-gh (1) - retrieve one or more public keys from a public keyserver and append them to the current user's authorized_keys file (or some other specified file)
- ssh-import-id-lp (1) - retrieve one or more public keys from a public keyserver and append them to the current user's authorized_keys file (or some other specified file)
- ssh-import-id (1) - retrieve one or more public keys from a public keyserver and append them to the current user's authorized_keys file (or some other specified file)
- ssh-keygen (1) - OpenSSH authentication key utility