How do you find out the linux version number from ssh? (using debian)?
Thursday, June 9th, 2011 at
09:50
Linux reviews applications open source from SUSE Mandrake Mandriva Centos Redhat Debian and more
uname -a (prints all information)
uname -r (prints the kernel release)
uname -v (prints the kernel version)
uname -o (prints the operating system)
Hi,
# ssh -V
will display version number of ssh
Please note: it is capital V
-R