Skip to main content

VPN

We are using VPN through SSH to access office from outside (even VM)

Mac OS:

brew install sshuttle

Linux:

Debian:

sudo apt-get install sshuttle

Python

If you install through python

```sh
sudo pip install sshuttle
```

Then:

You can connect to VPN (with your SSH key)

sshuttle -r yourname@vpn.brilltek.com.tw:41130 192.168.0.0/24

To access office, in another terminal you can mount your VM by SSHFS in a folder or remote SSH to your VM:

  • ssh root@192.168.0.XX

  • sshfs root@192.168.0.XX:/root ~/brilltek-vm