.ssh/config
This commit is contained in:
parent
c7ae790a99
commit
e6095a1814
1 changed files with 7 additions and 7 deletions
14
.ssh/config
14
.ssh/config
|
@ -1,22 +1,22 @@
|
||||||
# -*- eval: (git-auto-commit-mode 1) -*-
|
|
||||||
ControlMaster auto
|
ControlMaster auto
|
||||||
ControlPath /tmp/ssh_mux_%h_%p_%r
|
ControlPath /tmp/ssh_mux_%h_%p_%r
|
||||||
ControlPersist 1m
|
ControlPersist 1m
|
||||||
|
|
||||||
Host 192.168.0.95
|
Host 192.168.0.95
|
||||||
Port 4511
|
Port 4511
|
||||||
|
|
||||||
Host pegas
|
Host pegas
|
||||||
Port 4511
|
Port 4511
|
||||||
|
|
||||||
Host 82.170.172.156
|
Host 82.170.172.156
|
||||||
Port 4511
|
Port 4511
|
||||||
|
|
||||||
Host anapnea.net
|
Host anapnea.net
|
||||||
User ryuslash
|
User ryuslash
|
||||||
|
|
||||||
Host my.aethon.nl
|
Host my.aethon.nl
|
||||||
User tom
|
User tom
|
||||||
|
|
||||||
Host ryuslash.org
|
Host ryuslash.org
|
||||||
Port 4511
|
Port 4511
|
||||||
|
ForwardAgent yes
|
||||||
|
|
Loading…
Reference in a new issue