Linux Commands Examples

A great documentation place for Linux commands

ssh-argv0

replaces the old ssh command-name as hostname handling


see also : ssh

Synopsis

hostname | user@hostname [-l login_name] [command]

hostname | user@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]


add an example, a script, a trick and tips

: email address (won't be displayed)
: name

Step 2

Thanks for this example ! - It will be moderated and published shortly.

Feel free to post other examples
Oops ! There is a tiny cockup. A damn 404 cockup. Please contact the loosy team who maintains and develops this wonderful site by clicking in the mighty feedback button on the side of the page. Say what happened. Thanks!

examples

0
ln -s /usr/bin/ssh-argv0  root@server.net

./root@server.net
example added by dudek

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).


see also

ssh

Debian Project September 7, 2001 Debian Project


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. Jonathan Amery wrote this ssh-argv0 script and the associated documentation.

How can this site be more helpful to YOU ?


give  feedback