Hi, I on 3.8 invoke ssh in order to run a command on a remote host:

$ ssh [EMAIL PROTECTED] command

The annoyance is that I must specify the absolute path:

$ ssh [EMAIL PROTECTED] /usr/local/sbin/command

The PATH of the user (given in ~/.profile) contains /usr/local/sbin but
evidently this file remains unread.

Is there any way to not have to supply the entire path short of
recompiling ssh?

--
Peter

Reply via email to