On Sat, 24 Mar 2018, Tom G. Christensen wrote: > On 22/03/18 04:42, Damien Miller wrote: > > OpenSSH 7.7p1 is almost ready for release, so we would appreciate testing > > on as many platforms and systems as possible. This is a bugfix release. > > > > I've tested using revision b5974de1 and the testsuite passes on Solaris 2.6, > 7, 8 and 9 (all both SPARC & x86). > > I noticed an issue in the output though: > ExposeAuthInfo=no > bash: printenv: command not found > ExposeAuthInfo=yes > > Solaris does not ship with a printenv command. sigh, it's printenv because: > date: 2017/10/25 20:08:36; author: millert; state: Exp; lines: +2 -2; commitid: WvDhLxb5IsB9EQQZ; > Use printenv to test whether an SSH_USER_AUTH is set instead of > using $SSH_USER_AUTH. The latter won't work with csh which treats > unknown variables as an error when expanding them. OK markus@ Does replacing printenv with "env | grep SSH_AUTH_USER" work? -d _______________________________________________ openssh-unix-dev mailing list openssh-unix-dev@xxxxxxxxxxx https://lists.mindrot.org/mailman/listinfo/openssh-unix-dev