Add Remote Access
parent
4df0cfd552
commit
cbb0d1dfb5
39
Remote-Access.md
Normal file
39
Remote-Access.md
Normal file
@ -0,0 +1,39 @@
|
|||||||
|
# Vaasl Remote Access
|
||||||
|
|
||||||
|
### Jumpboxes
|
||||||
|
|
||||||
|
These hosts have external ssh and wireguard services
|
||||||
|
|
||||||
|
```
|
||||||
|
abernathy.ch2.vaasl.io
|
||||||
|
braxas.ch2.vaasl.io
|
||||||
|
butler.ny1.vaasl.io
|
||||||
|
```
|
||||||
|
|
||||||
|
### SSH Config
|
||||||
|
|
||||||
|
User SSH Configuration `~/.ssh/config`
|
||||||
|
|
||||||
|
```
|
||||||
|
Host *
|
||||||
|
Protocol 2
|
||||||
|
Compression yes
|
||||||
|
CheckHostIP yes
|
||||||
|
ForwardX11 no
|
||||||
|
ForwardAgent no
|
||||||
|
|
||||||
|
Host vaasl-jump-abernathy
|
||||||
|
Hostname abernathy.ch2.vaasl.io
|
||||||
|
Port 12000
|
||||||
|
|
||||||
|
Host vaasl-jump-braxas
|
||||||
|
Hostname braxas.ch2.vaasl.io
|
||||||
|
Port 12000
|
||||||
|
|
||||||
|
Host vaasl-jump-butler
|
||||||
|
Hostname butler.ny1.vaasl.io
|
||||||
|
Port 12000
|
||||||
|
|
||||||
|
Host *.mgmt.*.vaasl.io
|
||||||
|
ProxyJump vaasl-jump-abernathy
|
||||||
|
```
|
Loading…
Reference in New Issue
Block a user