add ssh hosts
This commit is contained in:
parent
1fe53c8c2f
commit
9335ac654d
1 changed files with 19 additions and 0 deletions
19
ssh/.ssh/config
Normal file
19
ssh/.ssh/config
Normal file
|
|
@ -0,0 +1,19 @@
|
||||||
|
Host cairo
|
||||||
|
HostName 100.72.147.29
|
||||||
|
User marc
|
||||||
|
Port 22
|
||||||
|
|
||||||
|
Host victoria
|
||||||
|
HostName 100.115.31.123
|
||||||
|
User server-hp
|
||||||
|
Port 22
|
||||||
|
|
||||||
|
Host cairo-local
|
||||||
|
HostName 192.168.0.168
|
||||||
|
User marc
|
||||||
|
Port 22
|
||||||
|
|
||||||
|
Host victoria-local
|
||||||
|
HostName 192.168.0.122
|
||||||
|
User server-hp
|
||||||
|
Port 22
|
||||||
Loading…
Add table
Reference in a new issue