feat(ssh): allow to save ssh session

This commit is contained in:
TheK4n 2023-11-17 11:03:01 +03:00
parent 8d2d975c7c
commit 80ab325096

View File

@ -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