feat(ssh): allow to save ssh session
This commit is contained in:
parent
8d2d975c7c
commit
80ab325096
@ -9,3 +9,10 @@ Host docker
|
|||||||
Host aur.archlinux.org
|
Host aur.archlinux.org
|
||||||
IdentityFile ~/.ssh/aur
|
IdentityFile ~/.ssh/aur
|
||||||
User aur
|
User aur
|
||||||
|
|
||||||
|
Host *
|
||||||
|
User thek4n
|
||||||
|
Port 22
|
||||||
|
ControlMaster auto
|
||||||
|
ControlPath /tmp/ssh_mux_%h_%p_%r
|
||||||
|
ControlPersist 10m
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user