forked from kunsi/dotfiles
add ssh config
This commit is contained in:
parent
76bf485f19
commit
2e05d37c38
1 changed files with 29 additions and 0 deletions
29
.ssh/config
Executable file
29
.ssh/config
Executable file
|
@ -0,0 +1,29 @@
|
|||
Host *
|
||||
ControlPath ~/.ssh/cm-%r@%h:%p
|
||||
ControlMaster auto
|
||||
ControlPersist 10m
|
||||
|
||||
Include ~/.ssh/bwnodes
|
||||
|
||||
Host shells
|
||||
HostName shells.entropia.de
|
||||
Port 22
|
||||
User kunsi
|
||||
|
||||
Host voellerei
|
||||
HostName voellerei.club.entropia.de
|
||||
Port 22
|
||||
User entropia
|
||||
|
||||
Host raeumlichkeit
|
||||
HostName raeumlichkeit.club.entropia.de
|
||||
Port 22
|
||||
User kunsi
|
||||
|
||||
Host poc
|
||||
HostName poc-gw.entropia.de
|
||||
Port 22
|
||||
User kunsi
|
||||
|
||||
Host router-remote
|
||||
HostName franzi-home.kunbox.net
|
Loading…
Reference in a new issue