add ssh_config to dotfiles
parent
55c48f7e35
commit
bc406e895c
@ -0,0 +1,37 @@
|
||||
Host kyle
|
||||
Hostname kyle.lubi.link
|
||||
IdentitiesOnly yes
|
||||
Host kyle-fde
|
||||
Hostname kyle.lubi.link
|
||||
User root
|
||||
IdentitiesOnly yes
|
||||
Port 222
|
||||
Host towelie
|
||||
Hostname towelie.lubi.link
|
||||
IdentitiesOnly yes
|
||||
Host towelie-fde
|
||||
Hostname towelie.lubi.link
|
||||
User root
|
||||
IdentitiesOnly yes
|
||||
Port 222
|
||||
Host tweek
|
||||
Hostname tweek.lubi.link
|
||||
IdentitiesOnly yes
|
||||
Host tweek-fde
|
||||
Hostname tweek.lubi.link
|
||||
User root
|
||||
IdentitiesOnly yes
|
||||
Port 222
|
||||
Host wendy
|
||||
Hostname wendy.lubi.link
|
||||
IdentitiesOnly yes
|
||||
Host wendy-fde
|
||||
Hostname wendy.lubi.link
|
||||
User root
|
||||
IdentitiesOnly yes
|
||||
Port 222
|
||||
|
||||
Host oldmail
|
||||
Hostname 10.0.0.107
|
||||
User root
|
||||
ProxyJump tholor.lubi.link
|
Loading…
Reference in New Issue