commit | b6df73b06abb12772d816e64f210ad30ebaf54cb | [log] [download] |
---|---|---|
author | Ben Lindstrom <mouring@eviladmin.org> | Sat Nov 09 15:52:31 2002 +0000 |
committer | Ben Lindstrom <mouring@eviladmin.org> | Sat Nov 09 15:52:31 2002 +0000 |
tree | b3a9026cac5d7f9213ef0685c70ef02b584d4971 | |
parent | c2faa4a504188d8fdf27467fca136f69e451fc27 [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