Browse Source

fixing the path of the key pair

Signed-off-by: Ryan McLaughlin <ryanmclaughlin@gmail.com>

Fixed a bit of grammar

Signed-off-by: Ryan McLaughlin <ryanmclaughlin@gmail.com>
Ryan McLaughlin 9 years ago
parent
commit
d14cef441d
1 changed files with 3 additions and 3 deletions
  1. 3 3
      docs/installation/windows.md

+ 3 - 3
docs/installation/windows.md

@@ -353,9 +353,9 @@ DHCP implementation.
 ## Login with PUTTY instead of using the CMD
 ## Login with PUTTY instead of using the CMD
 
 
 Docker Machine generates and uses the public/private key pair in your
 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\<name_of_your_machine>` 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):
 [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)
 1. Open `puttygen.exe` and load ("File"->"Load" menu) the private key from (you may need to change to the `All Files (*.*)` filter)