Bug 24679

Summary: [patch] sshd: missing -V -Q option in Usage-options
Product: Base System Reporter: Edwin Groothuis <mavetju>
Component: binAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.2-RELEASE   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Edwin Groothuis 2001-01-27 15:10:01 UTC
	sshd with an invalid parameter doesn't show the -V nor -Q option
	in the Usage-options

Fix: [/usr/src/crypto/openssh] root@p6>diff -u sshd.c.old sshd.c
How-To-Repeat: 
	sshd -a and check the output
Comment 1 Peter Pentchev 2001-01-27 17:09:23 UTC
On Sat, Jan 27, 2001 at 04:08:44PM +0100, mavetju@chello.nl wrote:
> 
> >Number:         24679
> >Category:       bin
> >Synopsis:       [patch] sshd: missing -V -Q option in Usage-options
> >Originator:     Edwin Groothuis
> >Release:        FreeBSD 4.2-RELEASE i386
> >Organization:
> -
> >Environment:
> 
> 	FreeBSD 4.2, also checked it in the CVS repository on 1.6 and 1.21
> 
> >Description:
> 
> 	sshd with an invalid parameter doesn't show the -V nor -Q option
> 	in the Usage-options
> 
> >How-To-Repeat:
> 
> 	sshd -a and check the output
> 
> >Fix:
[snip]

Shouldn't this be taken up with the OpenSSH folks, and fixed in the 'real'
source? 

G'luck,
Peter

-- 
If there were no counterfactuals, this sentence would not have been paradoxical.
Comment 2 Edwin Groothuis 2001-01-28 20:42:43 UTC
On Sat, Jan 27, 2001 at 07:09:23PM +0200, Peter Pentchev wrote:
> Shouldn't this be taken up with the OpenSSH folks, and fixed in the 'real'
> source? 

Got this from the OpenSSH developers:

Synopsis: [patch] sshd.c: missing -V -Q option in Usage-options

State-Changed-From-To: open->closed
State-Changed-By: markus
State-Changed-When: Sun Jan 28 13:32:16 MST 2001
State-Changed-Why:
-Q is obsolete since Sep 2000 and is only accepted for backward compatibility
-V is not for internal use only (by lsh and ssh.com for ssh-1 fallback).
and will not be documented in usage().

Please close this PR.

Edwin

-- 
Edwin Groothuis   |           Interested in MUDs? Visit Fatal Dimensions:
mavetju@chello.nl |                     http://fataldimensions.nl.eu.org/
------------------+               telnet://fataldimensions.nl.eu.org:4000
Comment 3 dwmalone freebsd_committer freebsd_triage 2001-01-29 10:47:09 UTC
State Changed
From-To: open->closed

Closed at submitters request after discussion with 
OpenSSH developers.