diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2002-11-09 15:52:31 +0000 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2002-11-09 15:52:31 +0000 |
commit | b6df73b06abb12772d816e64f210ad30ebaf54cb (patch) | |
tree | b3a9026cac5d7f9213ef0685c70ef02b584d4971 /ChangeLog | |
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
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -25,6 +25,13 @@ | |||
25 | - markus@cvs.openbsd.org 2002/11/07 16:28:47 | 25 | - markus@cvs.openbsd.org 2002/11/07 16:28:47 |
26 | [sshd.c] | 26 | [sshd.c] |
27 | log to stderr if -ie is given, bug #414, prj@po.cwru.edu | 27 | log to stderr if -ie is given, bug #414, prj@po.cwru.edu |
28 | - markus@cvs.openbsd.org 2002/11/07 22:08:07 | ||
29 | [readconf.c readconf.h ssh-keysign.8 ssh-keysign.c] | ||
30 | we cannot use HostbasedAuthentication for enabling ssh-keysign(8), | ||
31 | because HostbasedAuthentication might be enabled based on the | ||
32 | target host and ssh-keysign(8) does not know the remote hostname | ||
33 | and not trust ssh(1) about the hostname, so we add a new option | ||
34 | EnableSSHKeysign; ok djm@, report from zierke@informatik.uni-hamburg.de | ||
28 | 35 | ||
29 | 20021021 | 36 | 20021021 |
30 | - (djm) Bug #400: Kill ssh-rand-helper children on timeout, patch from | 37 | - (djm) Bug #400: Kill ssh-rand-helper children on timeout, patch from |
@@ -802,4 +809,4 @@ | |||
802 | save auth method before monitor_reset_key_state(); bugzilla bug #284; | 809 | save auth method before monitor_reset_key_state(); bugzilla bug #284; |
803 | ok provos@ | 810 | ok provos@ |
804 | 811 | ||
805 | $Id: ChangeLog,v 1.2507 2002/11/09 15:50:03 mouring Exp $ | 812 | $Id: ChangeLog,v 1.2508 2002/11/09 15:52:31 mouring Exp $ |