From 492962aa64e3bc7bc5bd82c617d2705c1936b3a5 Mon Sep 17 00:00:00 2001 From: Dennis Hermsmeier Date: Thu, 6 Dec 2018 09:41:30 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b8e5583..62ec774 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ $ docker run --rm \ --volume /path/to/authorized_keys:/root/.ssh/authorized_keys \ hermsi/alpine-sshd ``` -After the container is up you are able to ssh in it as root by a keypair which matches the provided public-key in authorized_keys for "root"-user. +After the container is up you are able to ssh in it as root with a private-key which matches the provided public-key in authorized_keys for "root"-user. ``` $ ssh root@mydomain.tld -p 1337 -i /path/to/private_key ```