Not all OpenSSH installations support GSSAPITrustDns=no, so this broke some.

This reverts commit dce0c7f880.
This commit is contained in:
Keith Winstein
2012-08-12 19:57:19 +02:00
parent dce0c7f880
commit 56093d2961
+1 -1
View File
@@ -233,7 +233,7 @@ if ( $pid == 0 ) { # child
}
my $quoted_self = shell_quote( $0 );
exec "$ssh " . shell_quote( '-S', 'none', '-o', 'GSSAPITrustDns=no', '-o', "ProxyCommand=$quoted_self --fake-proxy -- %h %p", '-t', $userhost, '--', "$server " . shell_quote( @server ) );
exec "$ssh " . shell_quote( '-S', 'none', '-o', "ProxyCommand=$quoted_self --fake-proxy -- %h %p", '-t', $userhost, '--', "$server " . shell_quote( @server ) );
die "Cannot exec ssh: $!\n";
} else { # server
my ( $ip, $port, $key );