diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -43,6 +43,15 @@ | |||
43 | [ssh-keyscan.1 ssh-keyscan.c] | 43 | [ssh-keyscan.1 ssh-keyscan.c] |
44 | default to rsa (protocol 2) keys, instead of rsa1 keys; spotted by | 44 | default to rsa (protocol 2) keys, instead of rsa1 keys; spotted by |
45 | larsnooden AT openoffice.org | 45 | larsnooden AT openoffice.org |
46 | - pyr@cvs.openbsd.org 2008/05/07 05:49:37 | ||
47 | [servconf.c servconf.h session.c sshd_config.5] | ||
48 | Enable the AllowAgentForwarding option in sshd_config (global and match | ||
49 | context), to specify if agents should be permitted on the server. | ||
50 | As the man page states: | ||
51 | ``Note that disabling Agent forwarding does not improve security | ||
52 | unless users are also denied shell access, as they can always install | ||
53 | their own forwarders.'' | ||
54 | ok djm@, ok and a mild frown markus@ | ||
46 | 55 | ||
47 | 20080403 | 56 | 20080403 |
48 | - (djm) [openbsd-compat/bsd-poll.c] Include stdlib.h to avoid compile- | 57 | - (djm) [openbsd-compat/bsd-poll.c] Include stdlib.h to avoid compile- |
@@ -3903,4 +3912,4 @@ | |||
3903 | OpenServer 6 and add osr5bigcrypt support so when someone migrates | 3912 | OpenServer 6 and add osr5bigcrypt support so when someone migrates |
3904 | passwords between UnixWare and OpenServer they will still work. OK dtucker@ | 3913 | passwords between UnixWare and OpenServer they will still work. OK dtucker@ |
3905 | 3914 | ||
3906 | $Id: ChangeLog,v 1.4915 2008/05/19 04:56:33 djm Exp $ | 3915 | $Id: ChangeLog,v 1.4916 2008/05/19 04:57:41 djm Exp $ |