The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > OS Specific Forums > HP-UX
Google UNIX.COM



Thread: SSH client
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 05-20-2008
fabtagon fabtagon is offline
Registered User
 

Join Date: Apr 2008
Location: European Union/Germany
Posts: 183
Quote:
Is it a $PATH problem or what?
Why don't you simply test it?

As normal user & "disabled" user do and post here:
Code:
echo $PATH
echo $LD_LIBRARY_PATH
ldd `which ssh`
Reply With Quote