Dell Unity: How to identify SSH Protocol version on Dell Unity
Summary: Dell Unity: How to identify SSH Protocol version on Dell Unity..
Instructions
Here are two different methods to know the current version of the SSH protocol using the service user.
The First method is using the ssh -v cmd to the Array's IP.00:24:06 service@(none) spb:~> ssh -v 10.65.xx.xOpenSSH_6.6.1, OpenSSL 1.0.1i-fips 6 Aug 2014debug1: Reading configuration data /home/service/.ssh/configdebug1: Reading configuration data /etc/ssh/ssh_configdebug1: /etc/ssh/ssh_config line 25: Applying options for *debug1: Connecting to 10.65.xx,x [10.65.xx.x] port 22.debug1: Connection established.debug1: identity file /home/service/.ssh/id_rsa type -1debug1: identity file /home/service/.ssh/id_rsa-cert type -1debug1: identity file /home/service/.ssh/id_dsa type -1debug1: identity file /home/service/.ssh/id_dsa-cert type -1debug1: identity file /home/service/.ssh/id_ecdsa type -1debug1: identity file /home/service/.ssh/id_ecdsa-cert type -1debug1: identity file /home/service/.ssh/id_ed25519 type -1debug1: identity file /home/service/.ssh/id_ed25519-cert type -1debug1: Enabling compatibility mode for protocol 2.0debug1: Local version string SSH-2.0-OpenSSH_6.6.1debug1: Remote protocol version 2.0, remote software version OpenSSH_6.6.
The Second method is using Telnet. 00:27:10 service@(none) spb:~> telnet 10.65.xx.x 22Trying 10.65.xx.x...Connected to 10.65.xx,x.Escape character is '^]'.SSH-2.0-OpenSSH_6.6.1
**** Here as seen above SSH version is 2.0 ******.