File: ssh-argv0.patch

package info (click to toggle)
openssh 1%3A10.0p1-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 16,956 kB
  • sloc: ansic: 135,226; sh: 15,764; makefile: 1,722; cpp: 773; awk: 341; csh: 1
file content (31 lines) | stat: -rw-r--r-- 851 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
From fbda96f6f98870a8445019875f8783243e53ed01 Mon Sep 17 00:00:00 2001
From: Colin Watson <cjwatson@debian.org>
Date: Sun, 9 Feb 2014 16:10:10 +0000
Subject: 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
---
 ssh.1 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ssh.1 b/ssh.1
index 62bb40a50..3d849f02c 100644
--- a/ssh.1
+++ b/ssh.1
@@ -1678,6 +1678,7 @@ if an error occurred.
 .Xr sftp 1 ,
 .Xr ssh-add 1 ,
 .Xr ssh-agent 1 ,
+.Xr ssh-argv0 1 ,
 .Xr ssh-keygen 1 ,
 .Xr ssh-keyscan 1 ,
 .Xr tun 4 ,