SSH direct connection

Hello! First, I'm no sysadmin or anything, so please bear with my ignorance. I'm trying to setup
coder
on my lab's server, and everything has gone great for now, except that I don't seem to be able to establish a direct connection. I connect to the web UI through a SSH tunnel, so for instance the terminal app of my workspace works perfectly fine (from
127.0.0.1:3000/@username/workspace_name.agent_name
). However, when doing
ssh coder.workspace_name
after a
coder config-ssh
in my local terminal, I feel a lot of lag. I confirmed the connection is not direct first with connecting through the VS Code extension --which shows I'm going through a relay-- and running
coder speedtest -d workspace_name
, which waits for a direct connection forever. I feel like I'm missing something super simple to solve the issue, but can't figure it out. So if anyone could help, I'd greatly appreciate! Cheers!
Was this page helpful?