- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- First Login after install of SSH 3.71
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
05-18-2004 07:25 AM
05-18-2004 07:25 AM
I just installed SSH for the first time and all went well. However, I have some questions in term of the config. From some other posts, it looks like I don't need to go through the key generation and can just use password authentication if I uncomment the entry in ssh_config. Can someone verify that this is true?
Also, I did "ssh -v -l username hostname" and it logged in, but before I said continue I got a message about "The authenticity of host 'bart (xxx.xxx.xxx.110)' can't be established". I just said continue anyway and also verified that nslookup works for the host in question. However, I am wondering why I got this is password authentication is valid, etc? The second time I did not get this after it added it to the valid host list...
Thanks for the help
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2004 07:33 AM
05-18-2004 07:33 AM
Re: First Login after install of SSH 3.71
When the system connects to the other system, first thing it will do is to check the authenticity of the remote host by comparing the hostkey (or fingerprint) it got from the remote system against the one that is present in it's .ssh/known_hosts file of that user. If an entry is missing for that host, then it will display the message you got. When you continue, it will add the hostkey of the remote host into the known_hosts file and will use it for later connections.
This way man-in-the-middle attacks can be prevented.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2004 07:38 AM
05-18-2004 07:38 AM
Re: First Login after install of SSH 3.71
Will this happen on first login regardless of the authentication method you choose to use?
Thanks,
Ryan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2004 07:42 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2004 06:40 AM
05-19-2004 06:40 AM