[ssh] added ssh:simple ssh key
This commit is contained in:
parent
f6aa824ce8
commit
ecf0f8a972
2 changed files with 5 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
[user]
|
||||
email = afonso@francof.net
|
||||
name = afonso
|
||||
signingkey = ~/.ssh/id_ed25519_sk.pub
|
||||
signingkey = ~/.ssh/simple_sk
|
||||
[includeIf "hasconfig:remote.*.url:https://github.com/**"]
|
||||
path = ~/.gitconfig-gh
|
||||
[includeIf "hasconfig:remote.*.url:ssh://git@github.com/**"]
|
||||
|
|
|
@ -1,20 +1,22 @@
|
|||
Host gon
|
||||
Host git.olympuslab.net gon
|
||||
ControlMaster auto
|
||||
HostName git.olympuslab.net
|
||||
User git
|
||||
Port 522
|
||||
ControlPath ~/.ssh/session.%r@%h:%p
|
||||
ControlPersist 5m
|
||||
IdentityFile ~/.ssh/simple_sk
|
||||
IdentityFile ~/.ssh/id_ed25519_sk
|
||||
IdentityFile ~/.ssh/id_ed25519_sk_secondary
|
||||
|
||||
Host gh
|
||||
Host github.com gh
|
||||
ControlMaster auto
|
||||
HostName github.com
|
||||
User git
|
||||
Port 22
|
||||
ControlPath ~/.ssh/session.%r@%h:%p
|
||||
ControlPersist 10m
|
||||
IdentityFile ~/.ssh/simple_sk
|
||||
IdentityFile ~/.ssh/id_ed25519_sk
|
||||
IdentityFile ~/.ssh/id_ed25519_sk_secondary
|
||||
|
||||
|
|
Loading…
Reference in a new issue