Displaying 1 result from an estimated 1 matches for "1qnrb4g17linyiczgmnwyxi".
2001 Jan 22
3
Solaris 2.6 problem
I was building OpenSSH on a Solaris 2.6 machine and found a small problem
using scp after it was built.
The scp command coming from a remote machine to the OpenSSH machine results
in an error message of "sh: scp: not found". The start-up script for sshd
sets PATH to include /usr/local/bin where scp resides. I also tried adding
an "export PATH" in case that was the problem, but