[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Version
On Thu, Jun 27, 2002 at 11:31:12AM -0600, Ken L. wrote:
| Hello, everyone!
|
| I just finished patching and building the latest version of SSH on
| my OpenBSD 3.0 system. How do I find out the version of SSH to
| confirm that the new version is running?
Using telnet :
`telnet <host> 22`
Using scanssh (http://www.monkey.org/~provos/scanssh/)
`scanssh <host>`
Using ssh :
`ssh -vvv <host>`
Using sshd :
`sshd -V`
Using strings :
`strings $(which sshd) | grep OpenSSH`
Using PuTTY (http://www.chiark.greenend.org.uk/~sgtatham/putty/) :
putty to your server, then check the event log
...
There's probably a whole world of options to find out the version of
your sshd. Feel free to find more. Probably your best bet would have
been searching the archives as I think this issue came up before.
HTH
Paul 'WEiRD' de Weerd
--
>++++++++[<++++++++++>-]<+++++++.>+++[<------>-]<.>+++[<+
+++++++++++>-]<.>++[<------------>-]<+.--------------.[-]
http://www.weirdnet.nl/
- References:
- Version
- From: "Ken L." <admin@adept-hosting.net>