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
- 🔐 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
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!

