Using Linux

Get public key:

cat ~/.ssh/id_rsa.pub

Add to server:
ssh-copy-id skon@138.28.162.215

Add to GitHub:
Go to settings->SSH and GPG Keys

Login:

ssh username@138.28.162.215

Start Ruby Project

Scroll to Top