March 2011
Intermediate to advanced
252 pages
4h 24m
English
This recipe describes how to create an authorized RSA key so a user can connect to pfSense without being prompted for a password.
Linux and Mac users will need to ensure ssh-keygen is installed on their system (almost all distributions have this installed by default). Windows users will need to download and install the PuTTYGen tool.
Generate an SSH key from a Linux/Mac Client as follows:
ssh-keygen
/home/user/.ssh/ and specify a pass code (optional, but recommended)./home/user/.ssh/id_rsa.pub.Generate an SSH key from a Windows client using PuTTY as follows:
Read now
Unlock full access