From owner-freebsd-questions Tue Jun 25 14:38:53 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.gbronline.com (mail.gbronline.com [12.145.226.4]) by hub.freebsd.org (Postfix) with ESMTP id B8BA837B401 for ; Tue, 25 Jun 2002 14:37:15 -0700 (PDT) Received: from daleco [12.145.236.48] by mail.gbronline.com (SMTPD32-7.10) id A2322727006E; Tue, 25 Jun 2002 16:35:46 -0500 Message-ID: <011601c21c90$69ee79e0$30ec910c@fbccarthage.com> From: "Kevin Kinsey, DaleCo, S.P." To: , References: <002301c21c8f$833d9f30$0701a8c0@darryl> Subject: Re: How to determine version of SSH Date: Tue, 25 Jun 2002 16:36:48 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I've seen a little confusion on this. Here's why: #sshd -v sshd: illegal option -- v sshd version OpenSSH_2.9 FreeBSD localisations 20020307 Usage: sshd [options] Options: -f file Configuration file (default /etc/ssh/sshd_config) -d Debugging mode (multiple -d means more debugging) -i Started from inetd -D Do not fork into daemon mode -q Quiet (no logging) -p port Listen on the specified port (default: 22) -k seconds Regenerate server key every this many seconds (default: 3600) -g seconds Grace period for authentication (default: 600) -b bits Size of server RSA key (default: 768 bits) -h file File from which to read host key (default: /etc/ssh/ssh_host_key) -u len Maximum hostname length for utmp recording -4 Use IPv4 only -6 Use IPv6 only As you can see, you do get a version number. I wonder why they didn't follow the convention and write in a "-v" option. HTH, KDK ----- Original Message ----- From: "Darryl Hoar" To: Sent: Tuesday, June 25, 2002 4:30 PM Subject: How to determine version of SSH > Greetings, > I have SSH installed on my firewall. How can I tell the version of ssh that > I am running? > I installed it from ports. > > I am running 4.4-stable. > thanks for any info, > Darryl > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message