How to determine the version of sshd

2003-09-17 Thread Bill Moran
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? -- Bill Moran Potential Technologies http://www.potentialtech.com ___ [EMAIL

Re: How to determine the version of sshd

2003-09-17 Thread Marc Ramirez
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? [EMAIL PROTECTED]/usr/src] $ sshd -v sshd: illegal option -- v sshd version

Re: How to determine the version of sshd

2003-09-17 Thread Mike Tancsa
telnet localhost 22 the banner should read shell1# !tel telnet localhost 22 Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. SSH-1.99-OpenSSH_3.5p1 FreeBSD-20030917 This will work only iff have #VersionAddendum commented out in /etc/ssh/sshd_config ---Mike At 02:58

Re: How to determine the version of sshd

2003-09-17 Thread David Kelly
On Wed, Sep 17, 2003 at 02:58:21PM -0400, 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? % sshd -d The above will not background, and when it

Re: How to determine the version of sshd

2003-09-17 Thread Bill Moran
Marc Ramirez wrote: 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? [EMAIL PROTECTED]/usr/src] $ sshd -v sshd: illegal option -- v

Re: How to determine the version of sshd

2003-09-17 Thread Josh Paetzel
On Wed, Sep 17, 2003 at 02:58:21PM -0400, 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? -- Bill Moran Potential Technologies

RE: How to determine the version of sshd

2003-09-17 Thread Michael K. Smith
If you type 'sshd -v' you will get an error telling you it's not supported, but at the top of the output, it will show you the version. :-) [EMAIL PROTECTED](mksmith)$ sshd -v sshd: illegal option -- v sshd version OpenSSH_3.7p1 Usage: sshd [options] Options: -f fileConfiguration file