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 5142b52 commit 74ecd17Copy full SHA for 74ecd17
README.md
@@ -22,8 +22,8 @@ Or via Docker
22
```shell
23
docker run -it \
24
-v ~/.aws:/app/.aws \
25
- -v ~/kolmio.pem:/app/kolmio.pem \
26
- test -i /app/kolmio.pem --region eu-west-2
+ -v ~/<key.pem>:/app/<key.pem> \
+ blwsh/ecssh:latest -i /app/<key.pem> --region <region>
27
```
28
29
*Note in future versions, support for forwarding the host SSH agent and AWS SSM will be included meaning you can omit mounting a .pem file*
0 commit comments