CVSROOT: /cvs Module name: src Changes by: mar...@cvs.openbsd.org 2013/07/19 01:37:48
Modified files: usr.bin/ssh : auth.h kex.h kexdhs.c kexecdhs.c kexgexs.c monitor.c servconf.c servconf.h session.c sshd.c sshd_config.5 Log message: add ssh-agent(1) support to sshd(8); allows encrypted hostkeys, or hostkeys on smartcards; most of the work by Zev Weiss; bz #1974 ok djm@