Added SSH config
This commit is contained in:
parent
e05e8763c7
commit
60aba39362
1 changed files with 18 additions and 0 deletions
18
.ssh/config
Normal file
18
.ssh/config
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
ControlMaster auto
|
||||||
|
ControlPath /tmp/ssh_mux_%h_%p_%r
|
||||||
|
ControlPersist 10m
|
||||||
|
|
||||||
|
Host 192.168.0.95
|
||||||
|
Port 4511
|
||||||
|
|
||||||
|
Host pegas
|
||||||
|
Port 4511
|
||||||
|
|
||||||
|
Host 82.170.172.156
|
||||||
|
Port 4511
|
||||||
|
|
||||||
|
Host anapnea.net
|
||||||
|
User ryuslash
|
||||||
|
|
||||||
|
Host my.aethon.nl
|
||||||
|
User root
|
Loading…
Reference in a new issue