diff options
Diffstat (limited to '.ssh/config')
-rw-r--r-- | .ssh/config | 4 |
1 files changed, 0 insertions, 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 |