![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| script to locate servers | ibroxy | Shell Programming and Scripting | 5 | 05-30-2008 12:54 AM |
| Equivalent to locate | Russell | SUN Solaris | 5 | 10-05-2006 02:10 PM |
| Cant locate CGI/Cookie.pm | naik_mit | Linux | 1 | 05-26-2005 09:51 PM |
| Locate a user by their IP address | jagannatha | UNIX for Dummies Questions & Answers | 7 | 05-22-2003 01:28 PM |
| Difference between locate and find | camerja1 | UNIX for Dummies Questions & Answers | 1 | 06-25-2002 10:55 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
not able to locate SSH
In our unix environment I'm not able to locate where ssh is located.
can any one guide me in finding the location of this tool. |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
I am not sure if you are looking for ssh path. If yes, it should be available under /usr/bin by default. What operating system are you working on? You can also do a find using the syntax
find / -name ssh This would tell you if ssh is available on that machine or not. |
|
#3
|
|||
|
|||
|
the daemon for ssh is sshd, if there is a process sshd running then ssh is enabled. try the command ssh and if installed you will get the options or else it will give command not found.
|
|
#4
|
|||
|
|||
|
to locate ssh
Try these commands:
1. type ssh (type in the word type ) 2. whereis ssh Should give you the installation location. Hope this helps, Praveen Indramohan |
|
#5
|
|||
|
|||
|
I'm using ksh.
on typing whereis ssh..it shows ssh: Quote:
|
|
#6
|
|||
|
|||
|
ssh
I ran into this as a new admin on HP-UX 11i. I'm not sure if this pertains to your case or not. SSH was installed by my predecesor in the /opt/ssh directory as it does not come with HP-UX by default. The binary sshd was located in /opt/ssh/bin. I didnt want to invoke the binary directly. I had a hard time finding the script to launch it because I kept looking for ssh(d). The script was in /sbin/init.d with the other scripts to start services, but it was named secsh (secure shell).
|
|||
| Google The UNIX and Linux Forums |