Adding debian version 1:10.0p1-5.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
This commit is contained in:
parent
f4a1000be6
commit
31f6d7a384
128 changed files with 19142 additions and 0 deletions
28
debian/patches/doc-hash-tab-completion.patch
vendored
Normal file
28
debian/patches/doc-hash-tab-completion.patch
vendored
Normal file
|
@ -0,0 +1,28 @@
|
|||
From c3c79bbb6ba940f4587dddaf8e85b8f36e4a895e Mon Sep 17 00:00:00 2001
|
||||
From: Colin Watson <cjwatson@debian.org>
|
||||
Date: Sun, 9 Feb 2014 16:10:11 +0000
|
||||
Subject: Document that HashKnownHosts may break tab-completion
|
||||
|
||||
Bug: https://bugzilla.mindrot.org/show_bug.cgi?id=1727
|
||||
Bug-Debian: http://bugs.debian.org/430154
|
||||
Last-Update: 2021-11-05
|
||||
|
||||
Patch-Name: doc-hash-tab-completion.patch
|
||||
---
|
||||
ssh_config.5 | 3 +++
|
||||
1 file changed, 3 insertions(+)
|
||||
|
||||
diff --git a/ssh_config.5 b/ssh_config.5
|
||||
index dd0084c82..0356de8b0 100644
|
||||
--- a/ssh_config.5
|
||||
+++ b/ssh_config.5
|
||||
@@ -1060,6 +1060,9 @@ Note that existing names and addresses in known hosts files
|
||||
will not be converted automatically,
|
||||
but may be manually hashed using
|
||||
.Xr ssh-keygen 1 .
|
||||
+Use of this option may break facilities such as tab-completion that rely
|
||||
+on being able to read unhashed host names from
|
||||
+.Pa ~/.ssh/known_hosts .
|
||||
.It Cm HostbasedAcceptedAlgorithms
|
||||
Specifies the signature algorithms that will be used for hostbased
|
||||
authentication as a comma-separated list of patterns.
|
Loading…
Add table
Add a link
Reference in a new issue