Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 587 Bytes

File metadata and controls

17 lines (11 loc) · 587 Bytes

dstack-sshproxy

dstack-sshproxy is an optional component of the dstack infrastructure that provides direct SSH access to workloads. It acts as a reverse SSH proxy that sits between dstack users (SSH clients, IDEs, etc.) and upstream SSH servers running inside dstack workloads.

Deployment

See DEPLOYMENT.md

Local development

scripts/generate-host-keys.sh > .host_keys
just run --host-key .host-keys --api-token <token> ...