Expose your kvm instance to the world using boringproxy

Expose your kvm instance to the world using boringproxy

Introduction

Access your kvm instance outside kvm host network using boringproxy Networking > Home Networking boringproxy

Prerequisites

  • Install boringproxy in kvm host, not instance boringproxy

On your boringproxy dashboard, add tunnel and set like this:

  • Domain: <your-domain-to-be-use>
  • Tunnel Port: Random or set to 8022
  • Client Name: <choose-your-client-name>
  • Client Address: <your-kvm-instance-address>
  • Client Port: 22
  • TLS Termination: set to server-raw-TLS
  • Allow External TCP: Check
  • and submit

Open terminal and ssh to your kvm instance like this

ssh -p 8022 <your-choose-domain>
1 Like