blob: 7caeff70464b8a18e3373081441509ebd2271e14 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
Description: 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: 2010-02-28
Index: b/ssh.1
===================================================================
--- a/ssh.1
+++ b/ssh.1
@@ -1427,6 +1427,7 @@
.Xr sftp 1 ,
.Xr ssh-add 1 ,
.Xr ssh-agent 1 ,
+.Xr ssh-argv0 1 ,
.Xr ssh-keygen 1 ,
.Xr ssh-keyscan 1 ,
.Xr ssh-vulnkey 1 ,
|