CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2012/10/30 15:29:55
Modified files: usr.bin/ssh : auth-rsa.c auth.c auth.h auth2-pubkey.c servconf.c servconf.h sshd.c sshd_config sshd_config.5 Log message: 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@