[SSH] updated config
This commit is contained in:
parent
40e07a6599
commit
41a0835627
1 changed files with 21 additions and 4 deletions
25
.ssh/config
25
.ssh/config
|
@ -1,7 +1,3 @@
|
|||
IdentityFile ~/.ssh/id_ed25519_sk
|
||||
IdentityFile ~/.ssh/id_ed25519_sk_secondary
|
||||
IdentityFile ~/.ssh/id_rsa
|
||||
|
||||
Host gon
|
||||
ControlMaster auto
|
||||
HostName git.olympuslab.net
|
||||
|
@ -9,6 +5,18 @@ Host gon
|
|||
Port 522
|
||||
ControlPath ~/.ssh/session.%r@%h:%p
|
||||
ControlPersist 5m
|
||||
IdentityFile ~/.ssh/id_ed25519_sk
|
||||
IdentityFile ~/.ssh/id_ed25519_sk_secondary
|
||||
|
||||
Host gh
|
||||
ControlMaster auto
|
||||
HostName github.com
|
||||
User git
|
||||
Port 22
|
||||
ControlPath ~/.ssh/session.%r@%h:%p
|
||||
ControlPersist 5m
|
||||
IdentityFile ~/.ssh/id_ed25519_sk
|
||||
IdentityFile ~/.ssh/id_ed25519_sk_secondary
|
||||
|
||||
Host Search
|
||||
ControlMaster auto
|
||||
|
@ -18,3 +26,12 @@ Host Search
|
|||
IdentityFile ~/.ssh/id_search
|
||||
ControlPath ~/.ssh/session.%r@%h:%p
|
||||
ControlPersist 5m
|
||||
|
||||
Host Fixo
|
||||
ControlMaster auto
|
||||
HostName 10.8.0.9
|
||||
User afonso
|
||||
Port 22
|
||||
IdentityFile ~/.ssh/id_rsa
|
||||
ControlPath ~/.ssh/session.%r@%h:%p
|
||||
ControlPersist 5m
|
||||
|
|
Loading…
Reference in a new issue