Update ssh config with server changes.
This commit is contained in:
parent
6b4cdbd2ee
commit
7755e7efe8
1 changed files with 7 additions and 17 deletions
24
ssh/config
24
ssh/config
|
|
@ -1,30 +1,20 @@
|
||||||
## --- Jupiter ---
|
## --- Jupiter ---
|
||||||
# -- Physical servers --
|
# -- Physical servers --
|
||||||
Host jupiter-thebe
|
Host jupiter-thebe
|
||||||
HostName 10.1.0.1
|
HostName 192.168.0.210
|
||||||
User eyedevelop
|
User admin
|
||||||
Port 22
|
Port 22
|
||||||
|
|
||||||
Host jupiter-thebe-remote
|
Host jupiter-thebe-remote
|
||||||
HostName jupiter.eyedevelop.org
|
HostName jupiter.eyedevelop.org
|
||||||
User hgoor
|
User admin
|
||||||
Port 15623
|
Port 15622
|
||||||
|
|
||||||
# -- Virtual servers --
|
# -- Virtual servers --
|
||||||
Host jupiter-www
|
Host jupiter-thebe-www
|
||||||
HostName 10.1.0.2
|
HostName jupiter.eyedevelop.org
|
||||||
User eyedevelop
|
User eyedevelop
|
||||||
Port 15622
|
Port 15623
|
||||||
|
|
||||||
Host jupiter-gitlab
|
|
||||||
HostName 10.1.0.3
|
|
||||||
User eyedevelop
|
|
||||||
Port 15622
|
|
||||||
|
|
||||||
Host jupiter-coder
|
|
||||||
HostName 10.1.0.4
|
|
||||||
User eyedevelop
|
|
||||||
Port 15622
|
|
||||||
|
|
||||||
## --- Uranus ---
|
## --- Uranus ---
|
||||||
# -- Physical servers --
|
# -- Physical servers --
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue