From fc2020eebed7ddd989ab53e6b9a709da2f39cbf9 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Fri, 6 Sep 2013 03:50:19 +0200 Subject: [PATCH] ssh_config: Add IdentitiesOnly yes. --- ssh_config | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.44.1