Skip to content

Instantly share code, notes, and snippets.

@Carw
Created August 16, 2016 09:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Carw/dbe48d75e37b0dcacbdc3e3e9693d14d to your computer and use it in GitHub Desktop.
Save Carw/dbe48d75e37b0dcacbdc3e3e9693d14d to your computer and use it in GitHub Desktop.

##Поддержка авторизации с помощью ключа SSH

  1. Генерация ключа
ssh-keygen -t rsa -C "xxx@xxx.xx"
  1. Запуск агента SSH, если не запущен
eval `ssh-agent -s`
  1. Добавления ключа к агенту
ssh-add /home/*user*/.ssh/id_rsa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment