diff options
author | Damien Miller <djm@mindrot.org> | 2012-06-20 21:53:58 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2012-06-20 21:53:58 +1000 |
commit | c24da77015900e4e416a9f3ac5f51001abb0fd20 (patch) | |
tree | 50fb132941472dc6a4c1cbad695cec091eb96138 /ChangeLog | |
parent | 36378c64134c9fee2258e0fc8f1cff1bfccdfecd (diff) |
- markus@cvs.openbsd.org 2012/06/19 18:25:28
[servconf.c servconf.h sshd_config.5]
sshd_config: extend Match to allow AcceptEnv and {Allow,Deny}{Users,Groups}
this allows 'Match LocalPort 1022' combined with 'AllowUser bauer'
ok djm@ (back in March)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -42,6 +42,11 @@ | |||
42 | [ssh.1] | 42 | [ssh.1] |
43 | Clarify description of -W. Noted by Steve.McClellan at radisys com, | 43 | Clarify description of -W. Noted by Steve.McClellan at radisys com, |
44 | ok jmc | 44 | ok jmc |
45 | - markus@cvs.openbsd.org 2012/06/19 18:25:28 | ||
46 | [servconf.c servconf.h sshd_config.5] | ||
47 | sshd_config: extend Match to allow AcceptEnv and {Allow,Deny}{Users,Groups} | ||
48 | this allows 'Match LocalPort 1022' combined with 'AllowUser bauer' | ||
49 | ok djm@ (back in March) | ||
45 | 50 | ||
46 | 20120519 | 51 | 20120519 |
47 | - (dtucker) [configure.ac] bz#2010: fix non-portable shell construct. Patch | 52 | - (dtucker) [configure.ac] bz#2010: fix non-portable shell construct. Patch |