๐
havn ssh
AccessSecure shell into any running container
Overview
Open an interactive terminal session directly into any running service container. No SSH keys to manage โ authentication is handled by your havn credentials.
Usage
havn ssh [service] [--env <name>] [-- <command>]Features
- โOne-command access, no key setup
- โCredential-based authentication
- โRun one-off commands non-interactively
- โAutomatic session recording
- โRole-based access control
Example
~ havn-shell
$ havn ssh my-api --env production Connecting to my-api (production)โฆ โ Session established root@my-api-6d4b9c:/app# ls dist/ node_modules/ package.json src/