Github: авторизация по SSH ключам
31 мая 2016Генерируем ключ: $ cd ~/.ssh/ $ ssh-keygen -t rsa -C «[email protected]» Generating public/private rsa key pair. Enter file in which to save the key (/home/setevoy/.ssh/id_rsa): setevoy_github_openssh Enter passphrase (empty for no passphrase): Enter same passphrase again: Your identification has been saved in setevoy_github_openssh. Your public key has been saved in setevoy_github_openssh.pub. The key fingerprint is:… Читать далее »