Browser SSH/SFTP client. Multi-conn, JWT auth, auto-lock, recording. Single-port.
5.8K
Browser-based SSH/SFTP client. Multi-connection, JWT auth, session recording, single-port deployment.
đ Full docs, screenshots, env vars, reverse proxy configs: project pageâ
```bash
docker run -d
-p 8080:8080
-e WEBSSH_USERS=admin:admin
--name webssh
--restart unless-stopped
danaildr/webssh:latest
```
Open http://localhost:8080 â default credentials admin / admin (change them in production).
â ď¸ Set a strong JWT_SECRET and put this behind HTTPS before exposing it publicly. Details in the full docs above.
Content type
Image
Digest
sha256:349684e1bâŚ
Size
68.8 MB
Last updated
4 days ago
docker pull danaildr/webssh