diff --git a/home/user/.ssh/config b/home/user/.ssh/config index db9407b..29e2231 100644 --- a/home/user/.ssh/config +++ b/home/user/.ssh/config @@ -6,8 +6,8 @@ Host docker StrictHostKeyChecking no Host aur.archlinux.org - IdentityFile ~/.ssh/aur - User aur + IdentityFile ~/.ssh/aur + User aur # Host pc.work.vpn # HostName 10.0.0.20 @@ -17,8 +17,6 @@ Host aur.archlinux.org # StrictHostKeyChecking no Host * - Port 22 - IdentityFile ~/.ssh/id_rsa ControlMaster auto ControlPath /tmp/ssh_mux_%h_%p_%r ControlPersist 10m