diff options
author | Colin Watson <cjwatson@debian.org> | 2014-02-09 16:10:10 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2018-04-03 18:40:49 +0100 |
commit | 77113aa5aacb35d773268411edbe3bca4255703d (patch) | |
tree | c67e1576bec98fdd728e3009b632bc62bfcd29ba | |
parent | c3d9231e598560dfe63a56a422439d263a2c3ebe (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
@@ -1571,6 +1571,7 @@ if an error occurred. | |||
1571 | .Xr sftp 1 , | 1571 | .Xr sftp 1 , |
1572 | .Xr ssh-add 1 , | 1572 | .Xr ssh-add 1 , |
1573 | .Xr ssh-agent 1 , | 1573 | .Xr ssh-agent 1 , |
1574 | .Xr ssh-argv0 1 , | ||
1574 | .Xr ssh-keygen 1 , | 1575 | .Xr ssh-keygen 1 , |
1575 | .Xr ssh-keyscan 1 , | 1576 | .Xr ssh-keyscan 1 , |
1576 | .Xr tun 4 , | 1577 | .Xr tun 4 , |