diff --git a/home/user/.ssh/config b/home/user/.ssh/config index 8398dc0..cc2eea7 100644 --- a/home/user/.ssh/config +++ b/home/user/.ssh/config @@ -9,3 +9,10 @@ Host docker Host aur.archlinux.org IdentityFile ~/.ssh/aur User aur + +Host * + User thek4n + Port 22 + ControlMaster auto + ControlPath /tmp/ssh_mux_%h_%p_%r + ControlPersist 10m