- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- how to enable SSH
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
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
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
тАО05-21-2002 05:32 AM
тАО05-21-2002 05:32 AM
We plan to use SSH(port 22) instead of telnet in our new servers, but I haven't done that before, can anyone help me, and give me some outline on how to do it?
thanks a lot
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-21-2002 05:43 AM
тАО05-21-2002 05:43 AM
Re: how to enable SSH
This is not an easy task! you can download HP SD format versions of SSH from www.sofwtare.hp.com but getting it all working is a real pain.
I found one easy solution; Buy a copy of the O'Reillys book on SSH. Its well laid out, easy to follow, and makes installing much much simpler. No resources ive found on the web are as easy as this book. You can get this book from any online bookseller.
Good luck.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-21-2002 05:43 AM
тАО05-21-2002 05:43 AM
Re: how to enable SSH
Take a look at following link.
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x627e42308663d611abdb0090277a778c,00.html
Thanks.
Prashant Deshpande.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-21-2002 05:45 AM
тАО05-21-2002 05:45 AM
Re: how to enable SSH
There are lot of threads in this forum with the same question and excellent answers. Give a search and find out the one which is suitable for you.
This is one of them and see Michael's answer:
http://forums.itrc.hp.com/cm/QuestionAnswer/0,,0x074daf48a9e5d5118ff40090279cd0f9,00.html
HTH,
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-21-2002 05:50 AM
тАО05-21-2002 05:50 AM
Re: how to enable SSH
Interesting links provided there. But the summaries they point to are so short I fail to see how they can be comprehensive - especially when compared to a 540 page book on the subject from O'Reillys !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-21-2002 06:04 AM
тАО05-21-2002 06:04 AM
Re: how to enable SSH
The README file coming with the software maybe can help you to get the whole picture very quickly.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-21-2002 06:55 AM
тАО05-21-2002 06:55 AM
Re: how to enable SSH
http://www.atomicgears.com/papers/osshhpux.html
-Santosh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-21-2002 10:03 AM
тАО05-21-2002 10:03 AM
Re: how to enable SSH
I followed the links, installed the packages, created keys for root user, and had sshd running on my server now -- thanks again!
My another question is, do I need to use /opt/openssh2/bin/ssh-keygen to generate keys for all the users? I haven't done that yet, but right now I still can connect to the server using ssh(port 22) from my laptop -- I'm using a windows SSH client called putty, and on the unix server, I got such process
root 27358 27182 4 18:08:57 ? 0:00 sshd: myaccount@1
it seemed that I don't need to create keys for "myaccournt" explictly, am I right?
thanks,
Gary
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-21-2002 10:28 AM
тАО05-21-2002 10:28 AM
SolutionYou are correct. You do not have to generate an ssh key for a user unless that user needs to ssh, scp, or sftp without a password. In that case, the key is generated on the client and installed on the server.
To find out more on ssh without a password, you can (once again) use the ITRC search. "+ssh +password" should give you plenty to look at.
Darrell