Enable SSH
SSH Lifecycle
Enable SSH
Enable the sandbox’s internal SSH daemon for sandbox-proxy backend connections.
POST
Enable SSH
Enable the sandbox’s internal SSH server for authenticated sandbox-proxy connections.
The public sandbox proxy authenticates your API key and injects the internal forwarded-auth headers required by the daemon.
Use this endpoint on the sandbox proxy host:
This endpoint is normally called by Tensorlake’s SSH proxy. Most users should use SSH and PTY Sessions or
tl sbx ssh instead of calling this endpoint directly.Endpoint
Example Request
Request Body
proxy_pubkeyis required. It is the sandbox proxy’s backend public key.backend_useris optional and defaults totl-user.
Response
Tensorlake returns200 OK with SSH daemon status:
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json