- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to check version of Open 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
тАО09-17-2003 10:02 PM
тАО09-17-2003 10:02 PM
How to check version of Open SSH?
I apologize if my question doesn't make any sense because I have little Unix experience. I have been asked if we need to apply patch for following bug.
???All versions of OpenSSH's sshd prior to 3.7.1 contain buffer management errors. It is uncertain whether these errors are potentially exploitable, however, we prefer to see bugs fixed proactively. Other implementations sharing common origin may also have these issues.???
My question is how can I checl that we are using Open SSH? and also how can I check what version has been installed on my machine.
TIA.
Faiza
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-17-2003 10:13 PM
тАО09-17-2003 10:13 PM
Re: How to check version of Open SSH?
# swlist openssh
and it'll report the installed version.
Enjoy, have FUN! H.Merijn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-17-2003 11:39 PM
тАО09-17-2003 11:39 PM
Re: How to check version of Open SSH?
and in all the cases (compiled from sources or installed from depot ):
ssh -V will show the version (for the client)
sshd -v will show the help page but also the version for the server....
regards
Benoit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-18-2003 11:07 AM
тАО09-18-2003 11:07 AM
Re: How to check version of Open SSH?
It is not worth it to panic and rush off and install your own copy of OpenSSH. If you are using HP's OpenSSH then you will lose support from HP.
Do you have reasonable security precautions in place? Do you use tcpwrappers? If so, just pay attention to who is coming in and from where and then watch HP security bulletins. If you are really concerned, then put in a call to HP asking when they will be releasing the 3.7.1 code.
$0.02 - sorrel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-18-2003 11:11 AM
тАО09-18-2003 11:11 AM
Re: How to check version of Open SSH?
That will show secure shell, which is based on openssh
This step will work for either.
ssh -tv hostname
This will display lots of stuff, including the version of openssh
SEP
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
тАО09-18-2003 12:56 PM
тАО09-18-2003 12:56 PM
Re: How to check version of Open SSH?
Have fun!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-18-2003 02:44 PM
тАО09-18-2003 02:44 PM
Re: How to check version of Open SSH?
Have a good weekend.
Faiza
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-18-2003 06:37 PM
тАО09-18-2003 06:37 PM
Re: How to check version of Open SSH?
echo |telnet localhost 22
It should blip out the ssh version.
You already got the answer on how to check the installation.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-18-2003 07:24 PM
тАО09-18-2003 07:24 PM