Added ssh connection multiplexing to git server (Removes need to keep pressing ssh key or typing password)
This commit is contained in:
parent
39c43260a9
commit
cc96473d89
1 changed files with 7 additions and 0 deletions
7
.ssh/config
Normal file
7
.ssh/config
Normal 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
|
Loading…
Reference in a new issue