Microsoft
Software
Hardware
Network
Question : How to find out what version of remote OpenSSL server is running?
How to find out what version of remote OpenSSL server is running?
My laptop has GnuWin32 (OpenSSL 0.9.8h)
Thanks very much in advance.
Answer : How to find out what version of remote OpenSSL server is running?
You can use nmap:
nmap -v -A address -p 22
If I remember correctly, version is exposed when connecting to the server in a readable form, so try to simply telnet to port 22.
Random Solutions
Quick Question: HTML for iPhone
Windows Server 2008 R2 - Easy Print remote desktop
Installing second SSL certificate on IIS 7
DNS failing test Basic and missing(?) srv records
What hardware specs are your SCCM 2007 Servers running?
Windows 7 slow logon sbs 2003
Any way of listing avi files in Windows 7 by the codec type?
Using cookies with ASP.NET
PHP File Upload
How to sort grid view grouping in delphi by different value and not by caption of the text?