summaryrefslogtreecommitdiff
path: root/ssh_config.5
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2005-03-01 21:48:35 +1100
committerDamien Miller <djm@mindrot.org>2005-03-01 21:48:35 +1100
commit4b42d7f195fc38bc6eda25c2e0782321ff1f2a16 (patch)
treef945653699b303d57203f950eba69946d2a59039 /ssh_config.5
parentdb7b8171ee084cbbe3a5ec5ef26df88e17aa3905 (diff)
- djm@cvs.openbsd.org 2005/03/01 10:42:49
[ssh-keygen.1 ssh-keygen.c ssh_config.5] add tools for managing known_hosts files with hashed hostnames, including hashing existing files and deleting hosts by name; ok markus@ deraadt@
Diffstat (limited to 'ssh_config.5')
-rw-r--r--ssh_config.55
1 files changed, 3 insertions, 2 deletions
diff --git a/ssh_config.5 b/ssh_config.5
index 9077acbee..2a85485ec 100644
--- a/ssh_config.5
+++ b/ssh_config.5
@@ -34,7 +34,7 @@
34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
36.\" 36.\"
37.\" $OpenBSD: ssh_config.5,v 1.44 2005/03/01 10:40:27 djm Exp $ 37.\" $OpenBSD: ssh_config.5,v 1.45 2005/03/01 10:42:49 djm Exp $
38.Dd September 25, 1999 38.Dd September 25, 1999
39.Dt SSH_CONFIG 5 39.Dt SSH_CONFIG 5
40.Os 40.Os
@@ -421,7 +421,8 @@ be disclosed.
421The default is 421The default is
422.Dq no . 422.Dq no .
423Note that hashing of names and addresses will not be retrospectively applied 423Note that hashing of names and addresses will not be retrospectively applied
424to existing known hosts files. 424to existing known hosts files, but these may be manually hashed using
425.Xr ssh-keygen 1 .
425.It Cm HostbasedAuthentication 426.It Cm HostbasedAuthentication
426Specifies whether to try rhosts based authentication with public key 427Specifies whether to try rhosts based authentication with public key
427authentication. 428authentication.