Re: How to find out the version of currently installed sshd (without starting it)?
- From: Nico Kadel-Garcia <nkadel@xxxxxxxxx>
- Date: Tue, 24 Aug 2010 16:36:33 -0700 (PDT)
On Aug 24, 11:16 am, ale...@xxxxxxxxxxxx (Alessandro Dann) wrote:
Can I find out the version of a sshd without starting the service?
Is there a command e.g. like:
/etc/init.d/sshd -version
or
/lib/svc/method/sshd -version
Alessandro
On a Linux system, try "/usr/sbin/sshd --help". And if it's an RPM
managed Linux system, "rpm -q openssh".
Readhing the manpage is also helpful for this sort of thing: "man
sshd" would have revealed that there is no specific "verson"
illuminating command, but the output of the "sshd" command with
unfortunate arguments is rather helpful.
.
- Follow-Ups:
- References:
- How to find out the version of currently installed sshd (without starting it)?
- From: Alessandro Dann
- How to find out the version of currently installed sshd (without starting it)?
- Prev by Date: How to find out the version of currently installed sshd (without starting it)?
- Next by Date: Re: How to find out the version of currently installed sshd (without starting it)?
- Previous by thread: How to find out the version of currently installed sshd (without starting it)?
- Next by thread: Re: How to find out the version of currently installed sshd (without starting it)?
- Index(es):
Relevant Pages
|