X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=ssh_config;h=379130f301b6e8590b11f30c81537f4a2a1f3dc4;hb=e64c8f9669ae521b3c5a536692c1f4751dc92a41;hp=be03a42673df4647a24d8e075112a01054a201bc;hpb=e797cbdc7395545c44fbcce2653cb2d415810424;p=config%2Fdotfiles.git diff --git a/ssh_config b/ssh_config index be03a42..379130f 100644 --- a/ssh_config +++ b/ssh_config @@ -39,6 +39,15 @@ Host * # to local X11! ForwardX11Trusted no +# Disable authentication methods I don't use. + ChallengeResponseAuthentication no + GSSAPIAuthentication no + HostbasedAuthentication no + KbdInteractiveAuthentication no +# Only enable those I need. + PasswordAuthentication yes + PubkeyAuthentication yes + # Abort if not all requested port forwardings can be set up. ExitOnForwardFailure yes