Link to home
Start Free TrialLog in
Avatar of mkuser01
mkuser01Flag for Canada

asked on

SSH Version on Solaris

How do I get the ssh version of my solaris bos?

What is the command?
Avatar of nixfreak
nixfreak

ssh -v
Even if the -V option is not supported the first line of the error output will give the ssh version number.
Avatar of Tintin
Also depends if you are talking about the ssh client or server versions.

For client

ssh -V

will give you the info.

For ssh server

/usr/lib/ssh/sshd -?

Note that the above assumes you have the Solaris supplied version of ssh, otherwise it maybe in /usr/local/sbin or similar location.
Avatar of mkuser01

ASKER

I think I did not specify exactly on the one that I want :)

I need to know the version of the opnessh that is currently installed on the Server.  Doing ssh -V will only show the below information.

Sun_SSH_1.1, SSH protocols 1.5/2.0, OpenSSL 0x0090704f
ASKER CERTIFIED SOLUTION
Avatar of Nukfror
Nukfror
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial