- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- step to install/enable ssh at hpux 11i
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-11-2008 06:14 PM
тАО09-11-2008 06:14 PM
step to install/enable ssh at hpux 11i
could`t find sshd running on the server. Tries to telnet localhost using port 22 also fail. required to connect from windows XP pc to the server using SSH port 22.How to enable or do we need to install ssh service server saperately.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-11-2008 06:25 PM
тАО09-11-2008 06:25 PM
Re: step to install/enable ssh at hpux 11i
# swlist -l product |grep -i secure
See if it returns anything concerning Secure Shell.
If not, you will need to download and install it. SSH is available here:
http://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=T1471AA
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-11-2008 06:35 PM
тАО09-11-2008 06:35 PM
Re: step to install/enable ssh at hpux 11i
the link given was not workable. given a message "page cannot be displayed"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-11-2008 06:43 PM
тАО09-11-2008 06:43 PM
Re: step to install/enable ssh at hpux 11i
# swlist -l product |grep -i secure
and hit:
/sbin/sh: swlist: not found.
FYI, my server OS is HP-UX B.11.11
I tried to follow instruction given by HP to download the HP Secure Shell product depot T1471AA, but encountered "We are unable to process your order"
pls advise.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-11-2008 08:19 PM
тАО09-11-2008 08:19 PM
Re: step to install/enable ssh at hpux 11i
I had no problems with it just now.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-11-2008 09:31 PM
тАО09-11-2008 09:31 PM
Re: step to install/enable ssh at hpux 11i
Are you root?
Try
# /usr/sbin/swlist
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-16-2008 07:28 PM
тАО09-16-2008 07:28 PM
Re: step to install/enable ssh at hpux 11i
Assign the points to unix guru,till date you havent assigne the points to any one.Pls do it needful.
Regards
Prashant
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-16-2008 09:02 PM
тАО09-16-2008 09:02 PM
Re: step to install/enable ssh at hpux 11i
1st check SSH is installed or not
$ /usr/sbin/swlist -l product |grep -i secure
Secure_Shell A.04.40.011 HP-UX Secure Shell
if its there then do
ps -aef | grep sshd
root 1182 1 0 Sep 14 ? 0:00 /opt/ssh/sbin/sshd
if sshd is not running then run it with
/opt/ssh/sbin/sshd
If SSH is not installed then download it from http://hpux.connect.org.uk/hppd/hpux/Networking/Admin/openssh-5.0p1/
or use your os package DVD to install
Suraj