From d14cef441d05f01e8f253c67ff11f954aa24a142 Mon Sep 17 00:00:00 2001 From: Ryan McLaughlin Date: Tue, 23 Feb 2016 08:19:38 -0700 Subject: [PATCH] fixing the path of the key pair Signed-off-by: Ryan McLaughlin Fixed a bit of grammar Signed-off-by: Ryan McLaughlin --- docs/installation/windows.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/installation/windows.md b/docs/installation/windows.md index dfb650f8e9..0ebb251568 100644 --- a/docs/installation/windows.md +++ b/docs/installation/windows.md @@ -353,9 +353,9 @@ DHCP implementation. ## Login with PUTTY instead of using the CMD Docker Machine generates and uses the public/private key pair in your -`%USERPROFILE%\.ssh` directory so to log in you need to use the private key from -this same directory. The private key needs to be converted into the format PuTTY -uses. You can do this with +`%USERPROFILE%\.docker\machine\machines\` directory. To +log in you need to use the private key from this same directory. The private key +needs to be converted into the format PuTTY uses. You can do this with [puttygen](http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html): 1. Open `puttygen.exe` and load ("File"->"Load" menu) the private key from (you may need to change to the `All Files (*.*)` filter)