81
1
SW
7.5.4
GENERATING SSH KEYS
Before generating the SSH keys,
it is necessary to go first to the home folder of the new
user
. To do this:
cd
Then use the following command to generate the keys and press enter to each question
showed up:
ssh-keygen -m PEM
Figura 90
Add the public keys to the authorized keys. Use the following command:
cat .ssh/id_rsa.pub >> .ssh/authorized_keys
Display the private key you will need to introduce in the PLAYER
’s Store and Forward
configuration page:
cat .ssh/id_rsa
Figura 91