From: Simon Ruderich Date: Fri, 6 Sep 2013 01:50:19 +0000 (+0200) Subject: ssh_config: Add IdentitiesOnly yes. X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=fc2020eebed7ddd989ab53e6b9a709da2f39cbf9;p=config%2Fdotfiles.git ssh_config: Add IdentitiesOnly yes. --- diff --git a/ssh_config b/ssh_config index 6a2d79a..3cb065f 100644 --- a/ssh_config +++ b/ssh_config @@ -48,6 +48,10 @@ Host * PasswordAuthentication yes PubkeyAuthentication yes +# Use only authentication identity files configured in ~/.ssh/config even if +# ssh-agent offers more identities. + IdentitiesOnly yes + # Bind local forwardings to loopback only. This way no remote hosts can access # them (default). GatewayPorts no