From a7c0506425eec7c07949eac5114d3e90c1c21b64 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Thu, 23 Mar 2017 14:54:02 +0200 Subject: [PATCH] - Don't add SSH keys not configured for that host (I've too many keys theses days which cause too many tries errors). --- .ssh/config.d/10_global | 1 + 1 file changed, 1 insertion(+) diff --git a/.ssh/config.d/10_global b/.ssh/config.d/10_global index 9571261..8d05601 100644 --- a/.ssh/config.d/10_global +++ b/.ssh/config.d/10_global @@ -3,5 +3,6 @@ ControlMaster auto ControlPath ~/.ssh/%r@%h:%p.sock ControlPersist 3m ServerAliveInterval 30 +IdentitiesOnly yes #StrictHostKeyChecking yes #UserKnownHostsFile=/dev/null -- GitLab