The connection to your server was interrupted.
Do you want to reconnect?
Create a Webauthn key
Remote port forwarding
Open a port on the remote host and tunnel everything it
receives back through this session to a target this side can
reach. Use it to expose a local-only service to the remote.
app on remote ─▶ remote:PORT
│
(this SSH session, reverse tunnel)
▼
target host : target port ◀─ dialed from this proxy
Example: this side can reach a model server at
ollama:11434 but the remote can't. Set
Remote port = 11434, Target =
ollama / 11434. Then on the remote,
curl localhost:11434 reaches it through the tunnel.
Targets are dialed from this proxy — for a service on its Docker
host use host.docker.internal, or a container name.