mirror of
https://github.com/fscotto/infra.git
synced 2026-05-30 15:39:58 +00:00
Update desktop SSH defaults
This commit is contained in:
@@ -1,4 +1,8 @@
|
|||||||
|
Host vps
|
||||||
|
IdentityFile ~/.ssh/id_rsa_vps
|
||||||
|
|
||||||
Host *
|
Host *
|
||||||
|
IdentityFile ~/.ssh/id_ed25519
|
||||||
ControlMaster auto
|
ControlMaster auto
|
||||||
ControlPath ~/.local/state/ssh/sockets/%r@%h-%p
|
ControlPath ~/.local/state/ssh/sockets/%r@%h-%p
|
||||||
ControlPersist 600
|
ControlPersist 600
|
||||||
|
|||||||
Reference in New Issue
Block a user