Configuring Anti-Spam Exceptions
R81.10.X Quantum Spark 1500, 1600, 1800, 1900, 2000 Appliances Locally Managed Administration Guide|301
4. Log in to the Expert mode.
5. Create the required directory:
mkdir /storage/.ssh
6. Configure the required permissions on this directory:
chmod 700 /storage/.ssh
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.