7. Move the file with the public key to the new directory and
change the file's name to "
authorized_keys
":
mv /storage/MyKey.pub
/storage/.ssh/authorized_keys
8. Configure the required permissions on the file with the public
key:
chmod 600 /storage/.ssh/authorized_keys
9. Edit file
/pfrm2.0/etc/sshd_config
:
a. Edit the file:
vi /pfrm2.0/etc/sshd_config
b. Search for the line that starts with:
AuthorizedKeysFile
After a firmware installation / upgrade, the default line is:
AuthorizedKeysFile none
c. In this line, change the value from "none" to the absolute
path of the "
authorized_keys
" file with the public key:
AuthorizedKeysFile
/storage/.ssh/authorized_keys
d. Save changes in the file and exit Vi editor.
10. Reboot the Quantum Spark Appliance.