- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: SSH and key
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
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
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
03-30-2004 06:56 AM
03-30-2004 06:56 AM
SSH and key
After I install ssh HP depot version do I need to create any encyption key? I can login using password I believe. Is it necessary creating private/public key? If I create key should I save it in SSH client systems? Please shed some light.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2004 07:05 AM
03-30-2004 07:05 AM
Re: SSH and key
1. host based (You define .shosts, /etc/shosts.equiv files and set this to be used in sshd_config files)
2. You create private and public keys and set ssh to exchange it. Public keys is generated and put on the client. ($HOME/.ssh/authorized_keys file)
3. Password based. If you do set any of the above it will authenticate based on password.
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2004 07:09 AM
03-30-2004 07:09 AM
Re: SSH and key
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2004 01:14 PM
03-30-2004 01:14 PM
Re: SSH and key
>After I install ssh HP depot version do I need to create any encyption key?
NO.
>I can login using password I believe. Is >it necessary creating private/public key?
NO, not necessary.
>If I create key should I save it in SSH >client systems?
I've used the method outlined here:
http://bumblebee.lcs.mit.edu/ssh2/
but you need to decide if you are happy to
have no pass phrase or not and that will
depend on your security risk profile.
HTH ...Laurie :{) 1730
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2004 05:25 PM
03-30-2004 05:25 PM
Re: SSH and key
You can revert to the default behaviour by editing the "sshd_config" file and restarting the daemon.
If you need to debug ssh connections use:
ssh -v [-l user_name] host
for outbound connections
and restart the daemon in standalone mode "sshd -d" for inbound.
These options will both show you what is hapenning in real-time.
You should also edit the "/etc/syslog.conf" to catch any other messages from sshd.