Bug 572 - No Effect "ProxyCommand none" in ssh_config
Summary: No Effect "ProxyCommand none" in ssh_config
Status: CLOSED DUPLICATE of bug 528
Alias: None
Product: Portable OpenSSH
Classification: Unclassified
Component: ssh (show other bugs)
Version: -current
Hardware: All All
: P2 trivial
Assignee: OpenSSH Bugzilla mailing list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-20 20:52 AEST by SASAJIMA Toshihiro
Modified: 2004-04-14 12:24 AEST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description SASAJIMA Toshihiro 2003-05-20 20:52:06 AEST
It has written to "man ssh_config" as follows: 

>  Setting the command to ``none'' disables this option entirely. 

It writes to ssh_config as follows:

>  Host *
>    ProxyCommand none

However, "ProxyCommand none" does not effect.
ssh is going to execute the command "none."

> localhost:/home/sasajima% /usr/local/bin/ssh -v localhost
> OpenSSH_3.6.1p2, SSH protocols 1.5/2.0, OpenSSL 0x0090702f
> debug1: Reading configuration data /usr/local/etc/ssh_config
> debug1: Applying options for *
> debug1: Rhosts Authentication disabled, originating port will not be trusted.
> debug1: Executing proxy command: exec none
> 
> debug1: identity file /home/sasajima/.ssh/identity type -1
> debug1: identity file /home/sasajima/.ssh/id_rsa type -1
> debug1: identity file /home/sasajima/.ssh/id_dsa type -1
> /bin/sh: none: not found
> ssh_exchange_identification: Connection closed by remote host
> debug1: Calling cleanup 0x2bcf0(0x0)

Vriable options.proxy_command is not "none" but is "none\n." in ssh.c:605.
It causes that.
Comment 1 Damien Miller 2003-05-20 21:12:14 AEST
Already fixed

*** This bug has been marked as a duplicate of 528 ***
Comment 2 Damien Miller 2004-04-14 12:24:19 AEST
Mass change of RESOLVED bugs to CLOSED