From 9c6a9b14c8065d9241f11257dd9e2ec4a427dc98 Mon Sep 17 00:00:00 2001 From: David Runge Date: Sun, 3 Dec 2023 11:01:21 +0100 Subject: ssh: Remove all use of IdentityFile Signed-off-by: David Runge --- .ssh/config | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.ssh/config b/.ssh/config index a66c629..ffe7eec 100644 --- a/.ssh/config +++ b/.ssh/config @@ -33,8 +33,6 @@ Host remote-smbfsf-unlock ControlMaster auto ControlPath ~/.ssh/socket-%r@%h:%p Hostname smbfsf - IdentitiesOnly yes - IdentityFile ~/.ssh/id_ed25519 Port 22 ProxyJump dave@sleepmap.de,dave@routefsf User root @@ -53,8 +51,6 @@ Host gchristina ControlMaster auto ControlPath ~/.ssh/socket-%r@%h:%p Hostname christina - IdentitiesOnly yes - IdentityFile ~/.ssh/id_ed25519 Port 22 ProxyJump sleepmap.de User dave -- cgit v1.2.3-54-g00ecf