cd ~/.ssh
ssh-keygen -t rsa
// Отредактировать или создать
~/.ssh/config
// В этот файл добавить
Host bitbucket.org
IdentityFile ~/.ssh/id_rsa
Host github.com
IdentityFile ~/.ssh/id_rsa
// Добавляем всё содержимое файла
~/.ssh/id_rsa.pub
на GitHub Edit Profile -> SSH Keys -> Add SSH key
на BitBucket SSH keys -> Add Key
Be the first to comment
You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.