Hi John, `vagrant ssh` shells out to OpenSSH since v1.4.0, so it uses also it's config. You have to restrict the CorkScrew config to only known hosts, or reset it for 127.0.0.1.
I assume you now have a `Host *` section with `ProxyCommand` configuration? You could try adding this: Host 127.0.0.1 ProxyCommand none -- Cheers, Teemu On Mon, Jan 13, 2014 at 4:33 PM, John Hayden <[email protected]> wrote: > I am behind a corporate firewall/proxy that forces us to use corkscrew in > order to ssh out of the office. When I do a vagrant ssh, I get the > following error: > > mztrcscn102:scbe jhayden$ vagrant ssh > Proxy could not open connnection to 127.0.0.1: Service Unavailable > ssh_exchange_identification: Connection closed by remote host > > If I remove the config file from .ssh, vagrant ssh works fine. > > Has anyone else run into this situation and know how to fix it? If it was > just me, I would not mind moving the config file in and out of .ssh but I > am trying to set up a vagrant system for my developers. Any ideas would be > appreciated. > > John Hayden > > -- > You received this message because you are subscribed to the Google Groups > "Vagrant" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > -- You received this message because you are subscribed to the Google Groups "Vagrant" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
