Pass -o GSSAPITrustDns=no to improve (but not totally fix) Kerberos situation
This commit is contained in:
+1
-1
@@ -233,7 +233,7 @@ if ( $pid == 0 ) { # child
|
||||
}
|
||||
|
||||
my $quoted_self = shell_quote( $0 );
|
||||
exec "$ssh " . shell_quote( '-S', 'none', '-o', "ProxyCommand=$quoted_self --fake-proxy -- %h %p", '-t', $userhost, '--', "$server " . shell_quote( @server ) );
|
||||
exec "$ssh " . shell_quote( '-S', 'none', '-o', 'GSSAPITrustDns=no', '-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 );
|
||||
|
||||
Reference in New Issue
Block a user