Introducing SSH Tunnels on GPU Trader
From startups to enterprises, see who’s powering workloads with us
Published: April 30, 2025
Author: Chris Chiappone
Read Time: 2 Minutes
We’re excited to roll out a new feature that makes accessing your GPU containers easier and more secure than ever before.
Starting today, GPU Trader supports zero-trust SSH tunnel access. That means no open ports, no network exposure, and no extra setup headaches. Just a secure, encrypted tunnel into your container on demand.
What’s New?
With a few clicks and a one-line command, you can now:
- Launch a secure Docker-based tunnel from your local machine
- Authenticate with your own SSH keypair
- Connect directly to your running container just like native SSH
- Shut down access automatically when the session ends
It’s shell access the right way: ephemeral, authenticated, encrypted.
GPU Trader runs on a zero-trust model. In practice, this means:
- 🔐 No permanent ports open on your host or container
- 🔒 Access is tied to your user and SSH key
- 🚪 Sessions only live while you’re connected
- 🚫 No blanket access—just what’s needed, when needed
Whether you’re running training loops, monitoring logs, or debugging a model in real time secure shell access is now baked right into your workflow.
How It Works
- Generate your SSH keypair
- Upload your public key in your GPU Trader profile
- Select a container template and enable SSH
- Copy the script we generate for your OS
- Paste it into your terminal and you’re in!
We’ve published a full step-by-step SSH guide here with screenshots and usage examples.
Built for Developers
We designed this with flexibility in mind. Want to automate access? Feel free to modify the dowloaded script to support SCP or SFTP connections. SSH tunneling is now available for all templates, including custom templates, just look for the toggle when selecting your template.