[openssh-commits] CVS: fuyu.mindrot.org: openssh
Damien Miller
djm at fuyu.mindrot.org
Wed Oct 31 08:58:59 EST 2012
CVSROOT: /var/cvs
Module name: openssh
Changes by: djm at fuyu.mindrot.org 12/10/31 08:58:59
Modified files:
. : ChangeLog auth-rsa.c auth.c auth.h auth2-pubkey.c servconf.c servconf.h sshd.c sshd_config sshd_config.5
Log message:
- djm at cvs.openbsd.org 2012/10/30 21:29:55
[auth-rsa.c auth.c auth.h auth2-pubkey.c servconf.c servconf.h]
[sshd.c sshd_config sshd_config.5]
new sshd_config option AuthorizedKeysCommand to support fetching
authorized_keys from a command in addition to (or instead of) from
the filesystem. The command is run as the target server user unless
another specified via a new AuthorizedKeysCommandUser option.
patch originally by jchadima AT redhat.com, reworked by me; feedback
and ok markus@
Diff commands:
cvs -nQq rdiff -u -r1.6136 -r1.6137 openssh/ChangeLog
cvs -nQq rdiff -u -r1.73 -r1.74 openssh/auth-rsa.c
cvs -nQq rdiff -u -r1.151 -r1.152 openssh/auth.c
cvs -nQq rdiff -u -r1.87 -r1.88 openssh/auth.h
cvs -nQq rdiff -u -r1.32 -r1.33 openssh/auth2-pubkey.c
cvs -nQq rdiff -u -r1.227 -r1.228 openssh/servconf.c
cvs -nQq rdiff -u -r1.95 -r1.96 openssh/servconf.h
cvs -nQq rdiff -u -r1.416 -r1.417 openssh/sshd.c
cvs -nQq rdiff -u -r1.89 -r1.90 openssh/sshd_config
cvs -nQq rdiff -u -r1.152 -r1.153 openssh/sshd_config.5
ViewVC:
http://anoncvs.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.6136;r2=1.6137&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/auth-rsa.c?r1=1.73;r2=1.74&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/auth.c?r1=1.151;r2=1.152&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/auth.h?r1=1.87;r2=1.88&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/auth2-pubkey.c?r1=1.32;r2=1.33&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/servconf.c?r1=1.227;r2=1.228&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/servconf.h?r1=1.95;r2=1.96&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/sshd.c?r1=1.416;r2=1.417&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/sshd_config?r1=1.89;r2=1.90&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/sshd_config.5?r1=1.152;r2=1.153&view=patch
Please note that there may be a delay before commits are available
on the public ViewVC site.
More information about the openssh-commits
mailing list