You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

The SSH proxy is the barrier between your internal machines (without public or floating IPs) and the public internet. With the SSH proxy, you'll have an extra layer of security on top of your VMs. It's equipped with fail2ban, automatic security updates and more. 


Provisioning

1, Go to Provisioning → click Add Button

2. Select SSH BASTION

3. Fill information for the machine and finalize provisioning

  • plan: eo1.medium
  • network: private
  • security-groups: ssh
  • public IP: select one available or use external


Next

To connect to a VM hidden behind the proxy, specify the jump flag -J when connecting via SSH:

ssh -J user@ssh-proxy user@internal-vm

Where ssh-proxy is the public IP of your SSH proxy, and internal-vm is the private IP of the VM you want to connect to.

  • No labels