From b365d94d9cdcb840e0e3df7d4ff479fc940461ea Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Tue, 1 Mar 2005 10:40:28 +0000 Subject: add support for hashing host names and addresses added to known_hosts files, to improve privacy of which hosts user have been visiting; ok markus@ deraadt@ --- usr.bin/ssh/ssh.1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'usr.bin/ssh/ssh.1') diff --git a/usr.bin/ssh/ssh.1 b/usr.bin/ssh/ssh.1 index 27da08c696a..c371b7cf57f 100644 --- a/usr.bin/ssh/ssh.1 +++ b/usr.bin/ssh/ssh.1 @@ -34,7 +34,7 @@ .\" (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.1,v 1.200 2005/03/01 10:09:52 djm Exp $ +.\" $OpenBSD: ssh.1,v 1.201 2005/03/01 10:40:27 djm Exp $ .Dd September 25, 1999 .Dt SSH 1 .Os @@ -701,6 +701,7 @@ For full details of the options listed below, and their possible values, see .It GlobalKnownHostsFile .It GSSAPIAuthentication .It GSSAPIDelegateCredentials +.It HashKnownHosts .It Host .It HostbasedAuthentication .It HostKeyAlgorithms -- cgit v1.2.3