Saved Bookmarks
| 1. |
How To Check Ssh Server’s Version Details From Linux Commandline? |
|
Answer» You can find the SSH SERVER version by executing the following command: # ssh -V # ssh -V OpenSSH_6.6.1p1, OPENSSL 1.0.1e-fips 11 Feb 2013. You can find the SSH server version by executing the following command: # ssh -V Example: # ssh -V OpenSSH_6.6.1p1, OpenSSL 1.0.1e-fips 11 Feb 2013. |
|