We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c603262 commit 4806cefCopy full SHA for 4806cef
README.md
@@ -18,7 +18,7 @@ Launch everything:
18
./run.sh
19
```
20
21
-Stop ssh-agent and remove your keys:
+Remove your keys from ssh-agent and stop container:
22
23
24
./run.sh -s
@@ -81,7 +81,7 @@ Here's an example how to run a Ubuntu container that uses the ssh authentication
81
docker run -it --volumes-from=ssh-agent -e SSH_AUTH_SOCK=/.ssh-agent/socket ubuntu:latest /bin/bash
82
83
84
-#### 4. Delete all ssh keys from ssh-agent
+### Deleting keys from the container
85
86
Run a temporary container and delete all known keys from ssh-agent:
87
0 commit comments