diff options
author | Damien Miller <djm@cvs.openbsd.org> | 2020-01-25 07:01:01 +0000 |
---|---|---|
committer | Damien Miller <djm@cvs.openbsd.org> | 2020-01-25 07:01:01 +0000 |
commit | 55f3abc6dfa3a96e127cd02d36491802a6d052ec (patch) | |
tree | cb850666d3a94117af2d582f1181d1e107fb3552 /usr.bin | |
parent | c025fe293d7d78fa1d1d59091f9b0c22f411d667 (diff) |
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).
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/ssh/ssh_config.5 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/ssh/ssh_config.5 b/usr.bin/ssh/ssh_config.5 index 98607d50742..cdf95de64fb 100644 --- a/usr.bin/ssh/ssh_config.5 +++ b/usr.bin/ssh/ssh_config.5 @@ -33,8 +33,8 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $OpenBSD: ssh_config.5,v 1.314 2020/01/21 12:40:04 naddy Exp $ -.Dd $Mdocdate: January 21 2020 $ +.\" $OpenBSD: ssh_config.5,v 1.315 2020/01/25 07:01:00 djm Exp $ +.Dd $Mdocdate: January 25 2020 $ .Dt SSH_CONFIG 5 .Os .Sh NAME @@ -777,8 +777,8 @@ These hashed names may be used normally by .Xr ssh 1 and .Xr sshd 8 , -but they do not reveal identifying information should the file's contents -be disclosed. +but they do not visually reveal identifying information should the +file's contents be disclosed. The default is .Cm no . Note that existing names and addresses in known hosts files |