CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/05/31 21:33:53
Modified files:
usr.bin/ssh : sshd_config.5 ssh_config.5 ssh.c sftp-server.c
session.c readconf.c auth2-pubkey.c auth.c
Log message:
make UID available as a %-expansion everywhere that the username is
available currently. In the client this is via %i, in the server %U
(since %i was already used in the client in some places for this, but
used for something different in the server);
bz#2870, ok dtucker@
