HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- sshd_config: 2 versions?
Operating System - HP-UX
1827459
Members
3695
Online
109965
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
02-17-2004 11:04 AM
02-17-2004 11:04 AM
When I do a find on this 11i system for sshd_config, there is a version in /opt/ssh/etc, and there is also one (slightly different) in /opt/ssh/src/ssh.
My ssh -V returns: OpenSSH_3.6.1p2, SSH protocols 1.5/2.0, OpenSSL 0x0090702f
Is this a normal ssh install? Manpages references the first location.
My ssh -V returns: OpenSSH_3.6.1p2, SSH protocols 1.5/2.0, OpenSSL 0x0090702f
Is this a normal ssh install? Manpages references the first location.
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2004 11:12 AM
02-17-2004 11:12 AM
Re: sshd_config: 2 versions?
Yes. It tells you that it supports both version 1.5 (termed as 1) and version 2. However depending on how the remote sshd is configured, it will use that protocol.
ssh client picks this up from ssh_config if not overwritten in the command by the user. sshd picks it up from sshd_config file.
-Sri
ssh client picks this up from ssh_config if not overwritten in the command by the user. sshd picks it up from sshd_config file.
-Sri
You may be disappointed if you fail, but you are doomed if you don't try
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2004 11:16 AM
02-17-2004 11:16 AM
Re: sshd_config: 2 versions?
So can I safely remove version 1.5? Is there a clean way to only support version 2?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2004 11:26 AM
02-17-2004 11:26 AM
Solution
To support only version 2 protocol logins, edit your /opt/ssh/etc/sshd_config file. Change the line:
Protocol 2,1
to:
Protocol 2
Then restart your sshd daemon.
The sshd_config file located under /opt/ssh/src/ssh is simply a template/example.
Protocol 2,1
to:
Protocol 2
Then restart your sshd daemon.
The sshd_config file located under /opt/ssh/src/ssh is simply a template/example.
Remember, wherever you go, there you are...
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
Support
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP