Sign inSign up

danaildr/webssh

By danaildr

•Updated 4 days ago

Browser SSH/SFTP client. Multi-conn, JWT auth, auto-lock, recording. Single-port.

Image
Networking
Security
Developer tools
0

5.8K

danaildr/webssh repository overview

⁠WebSSH - Browser-based SSH Client

Docker Pulls Docker Image Size

Browser-based SSH/SFTP client. Multi-connection, JWT auth, session recording, single-port deployment.

📖 Full docs, screenshots, env vars, reverse proxy configs: project page⁠

⁠Quick start

```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.

Tag summary

Content type

Image

Digest

sha256:349684e1b…

Size

68.8 MB

Last updated

4 days ago

docker pull danaildr/webssh