diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2002-11-07 22:08:08 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2002-11-07 22:08:08 +0000 |
commit | c8bbe0feb4ebc9bf4fef4d4fe8fb9fe23a856145 (patch) | |
tree | 1d30261814e18fd1bcac57ea432cdafdb1735692 /usr.bin/ssh/ssh-keysign.8 | |
parent | 178091a95d08dfe89500e08ea6f61a0a548a594b (diff) |
we cannot use HostbasedAuthentication for enabling ssh-keysign(8),
because HostbasedAuthentication might be enabled based on the
target host and ssh-keysign(8) does not know the remote hostname
and not trust ssh(1) about the hostname, so we add a new option
EnableSSHKeysign; ok djm@, report from zierke@informatik.uni-hamburg.de
Diffstat (limited to 'usr.bin/ssh/ssh-keysign.8')
-rw-r--r-- | usr.bin/ssh/ssh-keysign.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/ssh-keysign.8 b/usr.bin/ssh/ssh-keysign.8 index cea4a8244a6..9a87731f9ee 100644 --- a/usr.bin/ssh/ssh-keysign.8 +++ b/usr.bin/ssh/ssh-keysign.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ssh-keysign.8,v 1.3 2002/07/03 14:21:05 markus Exp $ +.\" $OpenBSD: ssh-keysign.8,v 1.4 2002/11/07 22:08:07 markus Exp $ .\" .\" Copyright (c) 2002 Markus Friedl. All rights reserved. .\" @@ -42,7 +42,7 @@ 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 +.Cm EnableSSHKeysign to .Dq yes . .Pp |