Skip to content
This repository has been archived by the owner on Sep 25, 2021. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alash3al committed Sep 8, 2017
1 parent 5a51052 commit 90fbb69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -7,7 +7,7 @@ Dockssh, ssh into any container from anywhere
- For testing/staging/development environments

# How it works
- `Dockssh` runing on port `22022` on host `example.com`
- `Dockssh` running on port `22022` on host `example.com`
- A user connects to `dockssh` i.e `ssh -p 22022 container1@example.com`
- `Dockssh` checks if the user provided password is the same as the one stored in redis key `dockssh:container1:pass`
- On success, `Dockssh` will open a `PTY` (pseudotty) to `docker exec -it container1 /bin/sh`
Expand Down

0 comments on commit 90fbb69

Please sign in to comment.