diff options
author | djm@openbsd.org <djm@openbsd.org> | 2020-01-25 07:01:00 +0000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2020-01-25 18:20:01 +1100 |
commit | f80d7d6aa98d6eddc5df02412efee6db75673d4c (patch) | |
tree | ffdd140a7e0693a6c4a074dedf3b4311599df696 | |
parent | 846446bf3e7421e6671a4afd074bdf15eecd7832 (diff) |
upstream: weaken the language for what HashKnownHosts provides with
regards to known_hosts name privacy, it's not practical for this option to
offer any guarantee that hostnames cannot be recovered from a disclosed
known_hosts file (e.g. by brute force).
OpenBSD-Commit-ID: 13f1e3285f8acf7244e9770074296bcf446c6972
-rw-r--r-- | ssh_config.5 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ssh_config.5 b/ssh_config.5 index 9d758361c..3814596f6 100644 --- a/ssh_config.5 +++ b/ssh_config.5 | |||
@@ -33,8 +33,8 @@ | |||
33 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF | 33 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
34 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 34 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
35 | .\" | 35 | .\" |
36 | .\" $OpenBSD: ssh_config.5,v 1.314 2020/01/21 12:40:04 naddy Exp $ | 36 | .\" $OpenBSD: ssh_config.5,v 1.315 2020/01/25 07:01:00 djm Exp $ |
37 | .Dd $Mdocdate: January 21 2020 $ | 37 | .Dd $Mdocdate: January 25 2020 $ |
38 | .Dt SSH_CONFIG 5 | 38 | .Dt SSH_CONFIG 5 |
39 | .Os | 39 | .Os |
40 | .Sh NAME | 40 | .Sh NAME |
@@ -777,8 +777,8 @@ These hashed names may be used normally by | |||
777 | .Xr ssh 1 | 777 | .Xr ssh 1 |
778 | and | 778 | and |
779 | .Xr sshd 8 , | 779 | .Xr sshd 8 , |
780 | but they do not reveal identifying information should the file's contents | 780 | but they do not visually reveal identifying information should the |
781 | be disclosed. | 781 | file's contents be disclosed. |
782 | The default is | 782 | The default is |
783 | .Cm no . | 783 | .Cm no . |
784 | Note that existing names and addresses in known hosts files | 784 | Note that existing names and addresses in known hosts files |