logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

ssh-argv0 — replaces the old ssh command-name as hostname handling

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.

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.

Files

       See ssh(1).

Name

       ssh-argv0 — replaces the old ssh command-name as hostname handling

Options

       See ssh(1).

See Also

ssh(1)

Debian Project                                  September 7, 2001                                   SSH-ARGV0(1)

Synopsis

hostname | user@hostname [-llogin_name] [command]

       hostname  |  user@hostname  [-afgknqstvxACNTX1246]  [-bbind_address]  [-ccipher_spec] [-eescape_char]
       [-iidentity_file]  [-llogin_name]  [-mmac_spec]  [-ooption]  [-pport]   [-Fconfigfile]   [-Lport:host:hostport] [-Rport:host:hostport] [-Dport] [command]

See Also