How to check OpenSSH version on Linux?
Using Linux – let’s open terminal and enter ssh -v localhost
or ssh -V
to check the OpenSSH version which is currently installed.
__________________________________________________________
$ ssh -v localhost
OpenSSH_7.9p1, LibreSSL 2.7.3
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 48: Applying options for *
debug1: Connecting to localhost port 22.
ssh: connect to host localhost port 22: Connection refused
__________________________________________________________
$ ssh -V
OpenSSH_7.9p1, LibreSSL 2.7.3