HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- installing sshd on 11.00 system
Operating System - HP-UX
1834465
Members
2860
Online
110067
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
Go to solution
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
09-10-2002 07:05 AM
09-10-2002 07:05 AM
Could someone point me to a faq on installing and setting up the ssh daemon?
Thanks.
Thanks.
Solved! Go to Solution.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2002 07:22 AM
09-10-2002 07:22 AM
Re: installing sshd on 11.00 system
Here is one it's not HP specific but ti has a lot of information.
http://www.employees.org/~satch/ssh/faq/
Ray
http://www.employees.org/~satch/ssh/faq/
Ray
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2002 07:43 AM
09-10-2002 07:43 AM
Solution
Hi Michael,
it is quite easy:
1: get it from www.software.hp.com
2: use "swinstall" to install it
3: stop the daemon, configure it, start it
4: use it
ad 1: #download it from
https://payment.ecommerce.hp.com/cgi-bin/swdepot_parser.cgi/cgi/try.pl?productNumber=T1471AA&date=
ad 2: #uncompress and install it with
cd /tmp
uncompress T1471AA*depot.gz
swinstall -s /tmp/T1471AA*depot "*"
ad 3: #since it was started by "swinstall" stop it now:
/sbin/init.d/secsh stop
#edit the config files for client and server:
vi /opt/ssh/etc/ssh*_config
#start the server:
/sbin/init.d/secsh start
ad 4: #use it
ssh -l root target-host
Finally, read the docu at http://www.openssh.org/
HTH,
Wodisch
it is quite easy:
1: get it from www.software.hp.com
2: use "swinstall" to install it
3: stop the daemon, configure it, start it
4: use it
ad 1: #download it from
https://payment.ecommerce.hp.com/cgi-bin/swdepot_parser.cgi/cgi/try.pl?productNumber=T1471AA&date=
ad 2: #uncompress and install it with
cd /tmp
uncompress T1471AA*depot.gz
swinstall -s /tmp/T1471AA*depot "*"
ad 3: #since it was started by "swinstall" stop it now:
/sbin/init.d/secsh stop
#edit the config files for client and server:
vi /opt/ssh/etc/ssh*_config
#start the server:
/sbin/init.d/secsh start
ad 4: #use it
ssh -l root target-host
Finally, read the docu at http://www.openssh.org/
HTH,
Wodisch
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