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

rw is enough for the insecure_key

This commit is contained in:
Felix Hummel 2014-03-11 13:15:59 +01:00
parent 0dab5aa4c8
commit 5b1b6e8364

View File

@ -313,7 +313,7 @@ Once you have the ID, look for its IP address with:
Now SSH into the container as follows:
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>
<a name="enabling_the_insecure_key_permanently"></a>