CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2019/02/21 20:37:11
Modified files: usr.bin/ssh : session.c Log message: perform removal of agent-forwarding directory in forward setup error path with user's privileged. This is a no-op as this code always runs with user privilege now that we no longer support running sshd with privilege separation disabled, but as long as the privsep skeleton is there we should follow the rules. bz#2969 with patch from Erik Sj??lund