diff options
author | Colin Watson <cjwatson@debian.org> | 2014-02-09 16:10:10 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2020-06-07 10:25:35 +0100 |
commit | 81723f749647928d918de21057d9dbfbebaa8e53 (patch) | |
tree | 0d00cd51fe9da7bf8638491b51745b49d808765d | |
parent | 34bf12a8e8fcc7720168dac307ef9388af93b947 (diff) |
ssh(1): Refer to ssh-argv0(1)
Old versions of OpenSSH (up to 2.5 or thereabouts) allowed creating symlinks
to ssh with the name of the host you want to connect to. Debian ships an
ssh-argv0 script restoring this feature; this patch refers to its manual
page from ssh(1).
Bug-Debian: http://bugs.debian.org/111341
Forwarded: not-needed
Last-Update: 2013-09-14
Patch-Name: ssh-argv0.patch
-rw-r--r-- | ssh.1 | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1613,6 +1613,7 @@ if an error occurred. | |||
1613 | .Xr sftp 1 , | 1613 | .Xr sftp 1 , |
1614 | .Xr ssh-add 1 , | 1614 | .Xr ssh-add 1 , |
1615 | .Xr ssh-agent 1 , | 1615 | .Xr ssh-agent 1 , |
1616 | .Xr ssh-argv0 1 , | ||
1616 | .Xr ssh-keygen 1 , | 1617 | .Xr ssh-keygen 1 , |
1617 | .Xr ssh-keyscan 1 , | 1618 | .Xr ssh-keyscan 1 , |
1618 | .Xr tun 4 , | 1619 | .Xr tun 4 , |