Размер видео: 1280 X 720853 X 480640 X 360
Показать панель управления
Автовоспроизведение
Автоповтор
I found online for ssh directory and file permissions like below: chmod 700 ~/.sshchmod 600 ~/.ssh/authorized_keyschown $root:$root ~/.ssh -R#for not root user: chown -R sammy:sammy ~/.ssh
I found online for ssh directory and file permissions like below:
chmod 700 ~/.ssh
chmod 600 ~/.ssh/authorized_keys
chown $root:$root ~/.ssh -R
#for not root user:
chown -R sammy:sammy ~/.ssh