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
php session variable lifecycle
Form Load Failed in my organisational form library
Subnets
Need to Get Windows XP Pro booting - OS Must be missing a boot up file
PHP: Combine many elseif for parsing search term
QR-codes
Combining SQL statements to use in one row source
What is the VBA to do this?
Cmd prompt - is there an easier way?
Member Function Binding : Static Functions