1:5.8.1p1-3
[openssh.git] / debian / patches / ssh-argv0.patch
1 Description: ssh(1): Refer to ssh-argv0(1)
2  Old versions of OpenSSH (up to 2.5 or thereabouts) allowed creating
3  symlinks to ssh with the name of the host you want to connect to.  Debian
4  ships an ssh-argv0 script restoring this feature; this patch refers to its
5  manual page from ssh(1).
6 Bug-Debian: http://bugs.debian.org/111341
7 Forwarded: not-needed
8 Last-Update: 2010-02-28
9
10 Index: b/ssh.1
11 ===================================================================
12 --- a/ssh.1
13 +++ b/ssh.1
14 @@ -1406,6 +1406,7 @@
15  .Xr sftp 1 ,
16  .Xr ssh-add 1 ,
17  .Xr ssh-agent 1 ,
18 +.Xr ssh-argv0 1 ,
19  .Xr ssh-keygen 1 ,
20  .Xr ssh-keyscan 1 ,
21  .Xr ssh-vulnkey 1 ,