Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SSH not found error.

Status
Not open for further replies.

strikelit

MIS
Sep 10, 2003
88
US
Good afternoon, I am getting ssh not found when trying to ssh to another box. The only way it will work is if I go into the /usr/local/bin directory and issue ./ssh hostname. How can I ssh from any directory with using ./ ?

Thanks,
 
add /usr/local/bin to your PATH:

export PATH=$PATH:/usr/local/bin

put this entry into the .profile of your user as well ( or just add /usr/local/bin to the rest of the path )

rgds,

R.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top