From owner-freebsd-questions@FreeBSD.ORG Wed Sep 17 12:03:29 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 522F716A4B3 for ; Wed, 17 Sep 2003 12:03:29 -0700 (PDT) Received: from www.bluecirclesoft.com (cvg-65-26-145-190.cinci.rr.com [65.26.145.190]) by mx1.FreeBSD.org (Postfix) with ESMTP id 602B743FB1 for ; Wed, 17 Sep 2003 12:03:24 -0700 (PDT) (envelope-from marc.ramirez@bluecirclesoft.com) Received: from www.bluecirclesoft.com (localhost [127.0.0.1]) h8HJ3LGs085485; Wed, 17 Sep 2003 15:03:21 -0400 (EDT) (envelope-from mrami@bluecirclesoft.com) Received: from localhost (mrami@localhost)h8HJ3L3s085470; Wed, 17 Sep 2003 15:03:21 -0400 (EDT) X-Authentication-Warning: www.bluecirclesoft.com: mrami owned process doing -bs Date: Wed, 17 Sep 2003 15:03:20 -0400 (EDT) From: Marc Ramirez To: Bill Moran In-Reply-To: <3F68AECD.8030500@potentialtech.com> Message-ID: <20030917150108.H88414@www.bluecirclesoft.com> References: <3F68AECD.8030500@potentialtech.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: questions@freebsd.org Subject: Re: How to determine the version of sshd X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Sep 2003 19:03:29 -0000 On Wed, 17 Sep 2003, Bill Moran wrote: > ssh has the -V switch to display the version. > > sshd does not appear to have similar functionality. Is there a way to verify > the version of sshd running on a FreeBSD system? mrami@www[/usr/src] $ sshd -v sshd: illegal option -- v sshd version OpenSSH_3.5p1 FreeBSD-20030201 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 -t Only test configuration file and keys -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 -o option Process the option as if it was read from a configuration file. mrami@www[/usr/src] $ Although, apparently, it's not entirely accurate WRT the patch... This is what I get after having supped and only rebuilt sshd... I'm doing a buildworld right now, which might give different results. Marc. -- Marc Ramirez Blue Circle Software Corporation 513-688-1070 (main) 513-382-1270 (direct) http://www.bluecirclesoft.com http://www.mrami.com (personal)