Fri May 27, 2016 9:50 pm
It seems these steps worked for me:
1. Open PuTTy Key Generator;
2. Select SSH-2 RSA 2048 bits;
3. Click "Generate";
4. Move mouse pointer a lot inside blank area to create strong crypto;
5. Right-click "ssh-rsa AAAA...", click on "Select All", copy and paste in Notepad;
6. Save file as SSH.txt;
7. Save public key button - I've tried to use this key to associate with a user, It didn't work (this key will be not used in this scenario);
8. Save private key (SSH.ppk) - it will be used in PuTTY later, without password (I don't know if this is a good idea);
9. Open winbox, menu "Files", drag and drop SSH.txt inside the content;
10. Menu System > Users > SSH Keys
11. Click Button "Import SSH Key";
12. Associate a user with the key file SSH.txt;
13. Open PuTTY;
14. Click on Connection > Data, fill "Auto-login username" with previous user associated with the SSH.txt;
15. Click on Connection > SSH > Auth, click on "Browse" and search for the SSH.ppk private key;
16. Click on Session, select "connection type: SSH", fill "Host Name (or IP address)" and "port";
17. Give a name on Saved Sessions (maybe SSH + Key), and click on "Save";
18. Click on "Open" and voila, your terminal will be ready to use, without asking username and password;
I DO NOT guarantee any of these instructions, it's only an example that worked for me. Thanks!