1
0
mirror of /repos/baseimage-docker.git synced 2025-12-30 08:01:31 +01:00

Merge pull request #34 from felixhummel/typo

rw is enough for the insecure_key
This commit is contained in:
Hongli Lai 2014-03-11 15:12:13 +01:00
commit 25d9972c0b

View File

@ -313,7 +313,7 @@ Once you have the ID, look for its IP address with:
Now SSH into the container as follows: Now SSH into the container as follows:
curl -o insecure_key -fSL https://github.com/phusion/baseimage-docker/raw/master/image/insecure_key curl -o insecure_key -fSL https://github.com/phusion/baseimage-docker/raw/master/image/insecure_key
chmod 700 insecure_key chmod 600 insecure_key
ssh -i insecure_key root@<IP address> ssh -i insecure_key root@<IP address>
<a name="enabling_the_insecure_key_permanently"></a> <a name="enabling_the_insecure_key_permanently"></a>