[ssh] added global config
This commit is contained in:
parent
cd3f033043
commit
a929ef7de2
1 changed files with 8 additions and 30 deletions
38
.ssh/config
38
.ssh/config
|
@ -1,39 +1,17 @@
|
||||||
Host git.olympuslab.net gon
|
IdentityFile ~/.ssh/touch_key
|
||||||
|
IdentityFile ~/.ssh/id_ed25519_sk
|
||||||
|
IdentityFile ~/.ssh/id_ed25519_sk_secondary
|
||||||
|
|
||||||
ControlMaster auto
|
ControlMaster auto
|
||||||
|
ControlPath ~/.ssh/session.%r@%h:%p
|
||||||
|
ControlPersist 5m
|
||||||
|
|
||||||
|
Host git.olympuslab.net gon
|
||||||
HostName git.olympuslab.net
|
HostName git.olympuslab.net
|
||||||
User git
|
User git
|
||||||
Port 522
|
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 github.com gh
|
Host github.com gh
|
||||||
ControlMaster auto
|
|
||||||
HostName github.com
|
HostName github.com
|
||||||
User git
|
User git
|
||||||
Port 22
|
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
|
|
||||||
|
|
||||||
Host Search
|
|
||||||
ControlMaster auto
|
|
||||||
HostName s7edu2.di.uminho.pt
|
|
||||||
User pg53595
|
|
||||||
Port 22
|
|
||||||
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…
Add table
Reference in a new issue