How to add an SSH key to your VPS? | VPS Tutorial

Поделиться
HTML-код
  • Опубликовано: 19 ноя 2024
  • НаукаНаука

Комментарии • 1

  • @nhussain84
    @nhussain84 8 месяцев назад

    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