How to configure PuTTY?

rtuite

Dabbler
Joined
Mar 28, 2020
Messages
15
After much struggling with the online documentation, I managed to get SSH configured with a user to log in. However, I am still unable to connect with Putty. I assume I'm not providing the key appropriately to PuTTY, but I'm inexperienced with SSH using keypairs and can't seem to find anything to point me in the right direction.

I put the host key in PuTTY like so:
1589079160997.png


However, I'm still getting "connection refused" when trying to SSH to the machine.
 
Joined
Jan 4, 2014
Messages
1,644
Shouldn't be necessary. You should see a security alert dialogue box similar to the one below when you connect to the server for the first time. Just click YES.

screenshot.330.png
 

Yorick

Wizard
Joined
Nov 4, 2018
Messages
1,912
Are you trying the connect with a key, rather than password? That's the user key, not host key. The secret portion of the user key in PuTTY; the public portion on FreeNAS. Look under auth in PuTTY.
 

danb35

Hall of Famer
Joined
Aug 16, 2011
Messages
15,504
Though I'm sure the PuTTY docs explain how to configure public-key authentication, this discusses it from a FreeNAS perspective:
 
Top