Skip to main content
Connect via SSH

This tutorial will demonstrate how to connect a device with SSH

avhsupport avatar
Written by avhsupport
Updated over a week ago

This tutorial will demonstrate how to connect a device with SSH.

  1. To follow this tutorial we need a device set up with a VPN. If you haven't got a device set up, start with the Quickstart for AVH tutorial then follow the Connecting to a VPN tutorial. Otherwise use a device with the VPN already set up.

  2. On your device page, click on "CONNECT" and copy the “LAN IP” address from the bottom right. In this example, it is 10.11.0.1.

  3. Open a local terminal and paste the following command to connect: ssh <Username>@<LAN IP> In our example: ssh pi@10.11.0.1 Then use your password to complete the connection, in this example the password is raspberry

  4. You have now connected your virtual device to SSH.

Did this answer your question?