Skip to content

Commit 74ecd17

Browse files
committed
Update readme.md
1 parent 5142b52 commit 74ecd17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ Or via Docker
2222
```shell
2323
docker run -it \
2424
-v ~/.aws:/app/.aws \
25-
-v ~/kolmio.pem:/app/kolmio.pem \
26-
test -i /app/kolmio.pem --region eu-west-2
25+
-v ~/<key.pem>:/app/<key.pem> \
26+
blwsh/ecssh:latest -i /app/<key.pem> --region <region>
2727
```
2828

2929
*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

Comments
 (0)