chore: Added ssh connection multiplexing to git server (Removes need to keep pressing ssh key or typing password)

This commit is contained in:
Afonso Franco 2022-12-28 19:23:54 +00:00
parent 14b72420d2
commit 70e01d2662
Signed by: afonso
SSH key fingerprint: SHA256:gkVPzsQQJzqi21ntQBV6pXTx4bYI53rFGI4XtvCpwd4

7
.ssh/config Normal file
View file

@ -0,0 +1,7 @@
IdentityFile ~/.ssh/id_ecdsa_sk
IdentityFile ~/.ssh/id_ecdsa_sk_backup
Host gitea.olympuslab.net github.com
ControlMaster auto
ControlPath ~/.ssh/session.%r@%h:%p
ControlPersist 1d