summaryrefslogtreecommitdiff
path: root/ssh-keysign.8
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2002-11-09 15:52:31 +0000
committerBen Lindstrom <mouring@eviladmin.org>2002-11-09 15:52:31 +0000
commitb6df73b06abb12772d816e64f210ad30ebaf54cb (patch)
treeb3a9026cac5d7f9213ef0685c70ef02b584d4971 /ssh-keysign.8
parentc2faa4a504188d8fdf27467fca136f69e451fc27 (diff)
- markus@cvs.openbsd.org 2002/11/07 22:08:07
[readconf.c readconf.h ssh-keysign.8 ssh-keysign.c] 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 'ssh-keysign.8')
-rw-r--r--ssh-keysign.84
1 files changed, 2 insertions, 2 deletions
diff --git a/ssh-keysign.8 b/ssh-keysign.8
index cea4a8244..9a87731f9 100644
--- a/ssh-keysign.8
+++ b/ssh-keysign.8
@@ -1,4 +1,4 @@
1.\" $OpenBSD: ssh-keysign.8,v 1.3 2002/07/03 14:21:05 markus Exp $ 1.\" $OpenBSD: ssh-keysign.8,v 1.4 2002/11/07 22:08:07 markus Exp $
2.\" 2.\"
3.\" Copyright (c) 2002 Markus Friedl. All rights reserved. 3.\" Copyright (c) 2002 Markus Friedl. All rights reserved.
4.\" 4.\"
@@ -42,7 +42,7 @@ is disabled by default and can only be enabled in the
42the global client configuration file 42the global client configuration file
43.Pa /etc/ssh/ssh_config 43.Pa /etc/ssh/ssh_config
44by setting 44by setting
45.Cm HostbasedAuthentication 45.Cm EnableSSHKeysign
46to 46to
47.Dq yes . 47.Dq yes .
48.Pp 48.Pp