CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/07/03 01:02:37
Modified files:
usr.bin/ssh : session.c
Log message:
avoid tilde_expand_filename() in expanding ~/.ssh/rc - if sshd is
in chroot mode, the likely absence of a password database will cause
tilde_expand_filename() to fatal; ok dtucker@
