Signed-off-by: Ryan McLaughlin <ryanmclaughlin@gmail.com>
Fixed a bit of grammar
Signed-off-by: Ryan McLaughlin <ryanmclaughlin@gmail.com>
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
| ... | ... |
@@ -348,9 +348,9 @@ DHCP implementation. |
| 348 | 348 |
## Login with PUTTY instead of using the CMD |
| 349 | 349 |
|
| 350 | 350 |
Docker Machine generates and uses the public/private key pair in your |
| 351 |
-`%USERPROFILE%\.ssh` directory so to log in you need to use the private key from |
|
| 352 |
-this same directory. The private key needs to be converted into the format PuTTY |
|
| 353 |
-uses. You can do this with |
|
| 351 |
+`%USERPROFILE%\.docker\machine\machines\<name_of_your_machine>` directory. To |
|
| 352 |
+log in you need to use the private key from this same directory. The private key |
|
| 353 |
+needs to be converted into the format PuTTY uses. You can do this with |
|
| 354 | 354 |
[puttygen](http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html): |
| 355 | 355 |
|
| 356 | 356 |
1. Open `puttygen.exe` and load ("File"->"Load" menu) the private key from (you may need to change to the `All Files (*.*)` filter)
|