Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-6]: src/crypto/dist/ssh Pull up revision 1.2 (requested by itoj...
details: https://anonhg.NetBSD.org/src/rev/cc5d73aa99f8
branches: netbsd-1-6
changeset: 528335:cc5d73aa99f8
user: lukem <lukem%NetBSD.org@localhost>
date: Wed Jul 03 23:01:12 2002 +0000
description:
Pull up revision 1.2 (requested by itojun in ticket #428):
make ssh-keysign read /etc/ssh/ssh_config
and exit if HostbasedAuthentication is disabled globally. based on discussions
with deraadt, itojun and sommerfeld; ok itojun@
sync w/openbsd
diffstat:
crypto/dist/ssh/ssh-keysign.8 | 19 +++++++++++++++++--
1 files changed, 17 insertions(+), 2 deletions(-)
diffs (47 lines):
diff -r a65e7c288fbe -r cc5d73aa99f8 crypto/dist/ssh/ssh-keysign.8
--- a/crypto/dist/ssh/ssh-keysign.8 Wed Jul 03 12:05:21 2002 +0000
+++ b/crypto/dist/ssh/ssh-keysign.8 Wed Jul 03 23:01:12 2002 +0000
@@ -1,5 +1,5 @@
-.\" $NetBSD: ssh-keysign.8,v 1.1.1.1.2.2 2002/06/26 16:54:13 tv Exp $
-.\" $OpenBSD: ssh-keysign.8,v 1.2 2002/06/10 16:56:30 stevesk Exp $
+.\" $NetBSD: ssh-keysign.8,v 1.1.1.1.2.3 2002/07/03 23:01:12 lukem Exp $
+.\" $OpenBSD: ssh-keysign.8,v 1.3 2002/07/03 14:21:05 markus Exp $
.\"
.\" Copyright (c) 2002 Markus Friedl. All rights reserved.
.\"
@@ -37,6 +37,16 @@
.Xr ssh 1
to access the local host keys and generate the digital signature
required during hostbased authentication with SSH protocol version 2.
+.Pp
+.Nm
+is disabled by default and can only be enabled in the
+the global client configuration file
+.Pa /etc/ssh/ssh_config
+by setting
+.Cm HostbasedAuthentication
+to
+.Dq yes .
+.Pp
.Nm
is not intended to be invoked by the user, but from
.Xr ssh 1 .
@@ -47,6 +57,10 @@
for more information about hostbased authentication.
.Sh FILES
.Bl -tag -width Ds
+.It Pa /etc/ssh/ssh_config
+Controls whether
+.Nm
+is enabled.
.It Pa /etc/ssh/ssh_host_dsa_key, /etc/ssh/ssh_host_rsa_key
These files contain the private parts of the host keys used to
generate the digital signature. They
@@ -59,6 +73,7 @@
.Sh SEE ALSO
.Xr ssh 1 ,
.Xr ssh-keygen 1 ,
+.Xr ssh_config 5 ,
.Xr sshd 8
.Sh AUTHORS
Markus Friedl <markus%openbsd.org@localhost>
Home |
Main Index |
Thread Index |
Old Index