diff options
author | Colin Watson <cjwatson@debian.org> | 2014-02-09 16:10:10 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2017-10-04 13:54:48 +0100 |
commit | 7e5cf5d27a7be47203280c665ca7311269f53671 (patch) | |
tree | 4eafa9df0609fa909db6e0aec50ae512bb30e736 | |
parent | 7e53354725eeb002e6126a73fd5f294ed9f9b03e (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
@@ -1556,6 +1556,7 @@ if an error occurred. | |||
1556 | .Xr sftp 1 , | 1556 | .Xr sftp 1 , |
1557 | .Xr ssh-add 1 , | 1557 | .Xr ssh-add 1 , |
1558 | .Xr ssh-agent 1 , | 1558 | .Xr ssh-agent 1 , |
1559 | .Xr ssh-argv0 1 , | ||
1559 | .Xr ssh-keygen 1 , | 1560 | .Xr ssh-keygen 1 , |
1560 | .Xr ssh-keyscan 1 , | 1561 | .Xr ssh-keyscan 1 , |
1561 | .Xr tun 4 , | 1562 | .Xr tun 4 , |