SSH: ZeroTier Network to LittleBlack Workstation via Windows
Source: Notion | Last edited: 2024-09-27 | ID: b1023225-8ba...
2024-09-23 LittleBlack workstation re-installed
Hi @Anonymous,
Here’s a step-by-step tutorial for Windows users on how to gain access to an Ubuntu machine using the ZeroTier network:
Step 1: Install ZeroTier on Windows
Section titled “Step 1: Install ZeroTier on Windows”- Download ZeroTier:
- Go to the ZeroTier download page and download the Windows installer.
- Install ZeroTier:
- Run the downloaded installer and follow the on-screen instructions to install ZeroTier on your Windows machine.
- Launch ZeroTier:
- Once installed, launch the ZeroTier application. You should see a ZeroTier icon in your system tray (near the clock on the taskbar).
Step 2: Join the ZeroTier Network
Section titled “Step 2: Join the ZeroTier Network”- Access the ZeroTier Menu:
- Right-click the ZeroTier icon in the system tray and select “Join Network…”
- Enter Network ID:
- When prompted, enter the network ID
db64858fedbf2ce1for the ZeroTier network you want to join and click “Join”.
Step 3: Authorize the Windows Device
Section titled “Step 3: Authorize the Windows Device”- Log in to the ZeroTier Web Console:
- Go to my.zerotier.com and log in with your ZeroTier account.
- Authorize the Device:
- In the web console, navigate to your network (
lonely_berners_lee) and find your Windows device listed under the “Members” section. - Check the box next to your Windows device to authorize it.
Step 4: Find the ZeroTier IP Address
Section titled “Step 4: Find the ZeroTier IP Address”- Check Assigned IP:
- Once authorized, your Windows machine will be assigned a ZeroTier IP address. To find this IP:
- Right-click the ZeroTier icon in the system tray and select “Show Networks…”.
- You should see the network you joined and the IP address assigned to your Windows machine.
Step 5: SSH into the Ubuntu Machine
Section titled “Step 5: SSH into the Ubuntu Machine”- Open a Terminal (Command Prompt or PowerShell):
- Press
Win + R, typecmdorpowershell, and press Enter to open the terminal.
- SSH into the Ubuntu Machine:
- Use the ZeroTier IP address of the Ubuntu machine to SSH into it. If the Ubuntu machine’s ZeroTier IP is
172.25.121.223172.25.114.43, the command would be:
~~ssh terrylica@172.25.121.223~~ssh kay@172.25.114.43~~~~- Replace
kaywith your Ubuntu username if it’s different.
- Enter Password:
- When prompted, enter the password for your Ubuntu user account.
Troubleshooting Tips
Section titled “Troubleshooting Tips”- Ensure Windows Firewall Allows SSH: Make sure that the Windows firewall is not blocking outgoing SSH connections.
- Check Connectivity: If you can’t connect, verify that both the Windows and Ubuntu devices are authorized in the ZeroTier network and that they show a status of
OK. - Use a Compatible SSH Client: Ensure that you’re using a compatible SSH client. Windows 10 and later come with an OpenSSH client built-in, but you can also use tools like PuTTY.
- SSH: Connection Reliability - Key Configuration Changes This setup should enable you to securely SSH into your Ubuntu machine from a Windows computer using the ZeroTier network.