- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: SSH version protocol 1 to 2
Operating System - Linux
1820290
Members
2880
Online
109622
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
Discussions
Discussions
Discussions
Forums
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
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
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
тАО11-07-2006 02:04 AM
тАО11-07-2006 02:04 AM
SSH version protocol 1 to 2
Hi,
We have RHEL 3.0 and Redhat Linux 7.0,9.0 OS installed on the Servers.
How do I check what version of SSH protocol is currently running... I guess it is SSH protocols 1.0.
I need to know how to upgrade the protocol version to 2.0
I did ssh -V at the prompt which resulted:
OpenSSH_3.1p1, SSH protocols 1.5/2.0
Thanks in advance for the quick response
Regards
Girish
We have RHEL 3.0 and Redhat Linux 7.0,9.0 OS installed on the Servers.
How do I check what version of SSH protocol is currently running... I guess it is SSH protocols 1.0.
I need to know how to upgrade the protocol version to 2.0
I did ssh -V at the prompt which resulted:
OpenSSH_3.1p1, SSH protocols 1.5/2.0
Thanks in advance for the quick response
Regards
Girish
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-07-2006 02:11 AM
тАО11-07-2006 02:11 AM
Re: SSH version protocol 1 to 2
Shalom,
Its probably ssh 2, which has been around for some time.
There is a config file in /etc or /etc/ssh or /etc/openssh depending on your distribution.
vi sshd_config
You can set it to accept only ssh 2. If at this point nobody can login, I'm wrong and you are right in your guess.
ssh1 was cracked some years ago and ssh2 was added in to overcome the problems and vulnerabilities of ssh1. This was done I believe prior to RH 7.
SEP
Its probably ssh 2, which has been around for some time.
There is a config file in /etc or /etc/ssh or /etc/openssh depending on your distribution.
vi sshd_config
You can set it to accept only ssh 2. If at this point nobody can login, I'm wrong and you are right in your guess.
ssh1 was cracked some years ago and ssh2 was added in to overcome the problems and vulnerabilities of ssh1. This was done I believe prior to RH 7.
SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-07-2006 02:53 AM
тАО11-07-2006 02:53 AM
Re: SSH version protocol 1 to 2
Can some one tell me how to check Red Hat Enterprise Linux 3.0 uses SSH version 2
any command to check....
Also, i need for Redhat Linux 8.0 and 9.0
any command to check....
Also, i need for Redhat Linux 8.0 and 9.0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-07-2006 04:51 AM
тАО11-07-2006 04:51 AM
Re: SSH version protocol 1 to 2
As SEP said, edit /etc/ssh/sshd_config and set:
Protocol 2
Then from a client use:
ssh -2 user@hostname
This will force the use of version 2 protocol only.
Protocol 2
Then from a client use:
ssh -2 user@hostname
This will force the use of version 2 protocol only.
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?
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
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP