4.4p1 to 5.1p1 = $HOME/bin no longer in PATH?

Jeff Blaine jblaine at kickflop.net
Thu Feb 5 02:26:58 EST 2009


What's going on here?  I see nothing about this in the
ChangeLog, so I am confused.

==================================================================

~:cairo> pwd
/afs/rcf/user/jblaine
~:cairo> cat bin/tester
#!/bin/sh

echo "TESTER program in $HOME/bin!"
~:cairo>

==================================================================

OpenSSH 4.4p1 (previous version we were running, temporarily
stood up in debug mode on port 3333):

~:cairo> ssh -p 3333 rcf-ssh tester
Password:
TESTER program in /afs/rcf/user/jblaine/bin!
~:cairo>

==================================================================

OpenSSH 5.1p1 (current):

~:cairo> ssh rcf-ssh tester
Password:
bash: tester: command not found
~:cairo>



More information about the openssh-unix-dev mailing list