HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Install and Configure SSHD
Operating System - HP-UX
1832487
Members
4293
Online
110043
Solutions
Forums
Categories
Company
Local Language
back
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
Discussions
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
11-21-2005 09:17 AM
11-21-2005 09:17 AM
Install and Configure SSHD
Hi to all.!
We are trying install the SSH in a SD3200 with 11.11 v1. We make this task.
1.- Donwload de SSH from www.software.hp.com product number T1471AA A.03.50.000 and TCP-Wrappers.
2.- Install the 2 Products using swinstall, without errors and warnings.
3.- We edit the files /opt/ssh/etc/sshd_config, in this archive, insert the port number that i want use for ssh, the port is 9378
4.- Insert in the /etc/services the next line
sshd 9378/tcp # SSHD Secure Shell
5. - In the inetd.conf we insert the next line
sshd stream tcp nowait /usr/lbin/tcpd /opt/ssh/sbin/sshd -i
6.- Restart the inetd demon with #inetd -c
We do it this task, but the sshd no its working, somebody have some procedure to install and configure the sshd ..???
Thanks..!!
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2005 09:22 AM
11-21-2005 09:22 AM
Re: Install and Configure SSHD
Shalom Ivan,
You came very close to getting it right.
1) You don't need to use inet.conf and inetd to run sshd. The install process set up the daemon all by itself.
2) Take the stuff out of inet.conf and inetd -c to reload.
3) ps -ef | grep sshd If you get a hit sshd is already running, or else....
4)/sbin/init.d/sshd start
5) My "don't know" here is /etc/services. I'm not sure you need it for proper functionality. Maybe someone else knows.
If that fails, you might want to go software.hp.com and get a more current version. They're on 4.1 now.
Nothing wong with your sshd_config changes either, but you might want to attach the file so we can look at mistakes.
Lastly:
tail -f /var/adm/syslog/syslog.log
After making sure sshd is running. Then try an ssh connect to the server. IF all is well, you will see the connection logged with details.
Good Luck,
SEO
You came very close to getting it right.
1) You don't need to use inet.conf and inetd to run sshd. The install process set up the daemon all by itself.
2) Take the stuff out of inet.conf and inetd -c to reload.
3) ps -ef | grep sshd If you get a hit sshd is already running, or else....
4)/sbin/init.d/sshd start
5) My "don't know" here is /etc/services. I'm not sure you need it for proper functionality. Maybe someone else knows.
If that fails, you might want to go software.hp.com and get a more current version. They're on 4.1 now.
Nothing wong with your sshd_config changes either, but you might want to attach the file so we can look at mistakes.
Lastly:
tail -f /var/adm/syslog/syslog.log
After making sure sshd is running. Then try an ssh connect to the server. IF all is well, you will see the connection logged with details.
Good Luck,
SEO
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2005 09:49 AM
11-21-2005 09:49 AM
Re: Install and Configure SSHD
sshd is not started by inetd but is started by rc. Swinstall should do all of this for you. If you want to change ports then edit /opt/ssh/etc/sshd_config and change the Port entry. You then:
cd /sbin/init.d
./secsh stop
./secsh start
No /etc/services or services NIS map entries are needed. You will need to specify the non-standard port when you use the ssh client (or modify the Port entry in ssh_config as well but then you would have to specify the standard port when connecting to default sshd's on other hosts).
cd /sbin/init.d
./secsh stop
./secsh start
No /etc/services or services NIS map entries are needed. You will need to specify the non-standard port when you use the ssh client (or modify the Port entry in ssh_config as well but then you would have to specify the standard port when connecting to default sshd's on other hosts).
If it ain't broke, I can fix that.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2005 08:05 AM
11-22-2005 08:05 AM
Re: Install and Configure SSHD
Thanks ..!!!!!
I resolve the problem, I have wrong in the especification of the paths in the inetd.conf
I chnage the paths and working witout problems Thanks
I resolve the problem, I have wrong in the especification of the paths in the inetd.conf
I chnage the paths and working witout problems Thanks
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP