๐Ÿ”

havn ssh

Access

Secure shell into any running container

Open an interactive terminal session directly into any running service container. No SSH keys to manage โ€” authentication is handled by your havn credentials.

havn ssh [service] [--env <name>] [-- <command>]
  • โœ“One-command access, no key setup
  • โœ“Credential-based authentication
  • โœ“Run one-off commands non-interactively
  • โœ“Automatic session recording
  • โœ“Role-based access control
~ 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/