Skip to content

Commit 7862d95

Browse files
committed
Merge pull request phusion#8 from Omeryl/patch-1
Fix README typo about the insecure key
2 parents ef471bd + 50cb0b9 commit 7862d95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ The following example shows how you can add a startup script. This script simply
325325

326326
You can use SSH to login to any container that is based on passenger-docker-docker.
327327

328-
The first thing that you need to do is to ensure that you have the right SSH keys installed inside the container. By default, no keys are installed, so you can't login. For convenience reasons, we provide [a pregenerated, insecure key](https://github.com/phusion/baseimage-docker/blob/master/image/insecure_key) that you easily enable. However, please be aware that using this key is for convenience only. It does not provide any insecurity because this key (both the public and the private side) are publicly available. In production environments, you should use your own keys.
328+
The first thing that you need to do is to ensure that you have the right SSH keys installed inside the container. By default, no keys are installed, so you can't login. For convenience reasons, we provide [a pregenerated, insecure key](https://github.com/phusion/baseimage-docker/blob/master/image/insecure_key) that you easily enable. However, please be aware that using this key is for convenience only. It does not provide any security because this key (both the public and the private side) are publicly available. In production environments, you should use your own keys.
329329

330330
Edit your Dockerfile to install an SSH key:
331331

0 commit comments

Comments
 (0)