add dotfiles installer
This commit is contained in:
parent
5704fafe4d
commit
22ee295fe8
6 changed files with 33 additions and 0 deletions
54
dotfiles/user/.ssh/config
Normal file
54
dotfiles/user/.ssh/config
Normal file
|
@ -0,0 +1,54 @@
|
|||
VisualHostKey=yes
|
||||
|
||||
Host S202
|
||||
Hostname 192.168.201.202
|
||||
User msekera
|
||||
|
||||
Host K92
|
||||
Hostname 10.2.0.92
|
||||
User tech
|
||||
|
||||
Host T202
|
||||
Hostname 192.168.202.202
|
||||
User root
|
||||
|
||||
Host covalent.cz
|
||||
Hostname covalent.cz
|
||||
User overwatch
|
||||
|
||||
Host kralux
|
||||
Hostname kralu.overtech.cz
|
||||
User root
|
||||
|
||||
Host kralu
|
||||
Hostname 10.0.0.1
|
||||
User root
|
||||
|
||||
Host S202x
|
||||
Hostname covalent.cz
|
||||
Port 50022
|
||||
User msekera
|
||||
|
||||
Host T202x
|
||||
Hostname covalent.cz
|
||||
Port 44422
|
||||
User root
|
||||
|
||||
Host K92x
|
||||
Hostname covalent.cz
|
||||
Port 55522
|
||||
User tech
|
||||
|
||||
Host R89
|
||||
Hostname 192.168.201.89
|
||||
User root
|
||||
|
||||
Host tellus.kklan
|
||||
Hostname 192.168.2.222
|
||||
Port 50022
|
||||
User eridanus
|
||||
|
||||
Host over.kk
|
||||
Hostname 192.168.2.250
|
||||
Port 22
|
||||
User root
|
Loading…
Add table
Add a link
Reference in a new issue