Update desktop SSH defaults

This commit is contained in:
Fabio Scotto di Santolo
2026-04-28 16:14:19 +02:00
parent 0d9f1b2b61
commit 0f06fd043c

View File

@@ -1,4 +1,8 @@
Host vps
IdentityFile ~/.ssh/id_rsa_vps
Host *
IdentityFile ~/.ssh/id_ed25519
ControlMaster auto
ControlPath ~/.local/state/ssh/sockets/%r@%h-%p
ControlPersist 600