Skip to content

Commit

Permalink
upstream: weaken the language for what HashKnownHosts provides with
Browse files Browse the repository at this point in the history
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
  • Loading branch information
djmdjm committed Jan 25, 2020
1 parent 846446b commit f80d7d6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ssh_config.5
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit f80d7d6

Please sign in to comment.