Skip to content

Instantly share code, notes, and snippets.

View ebustillo's full-sized avatar
🎯
Focusing

Erwin Bustillo ebustillo

🎯
Focusing
  • NativApps
  • Barranquilla
View GitHub Profile
@arsho
arsho / Add SSH Key to Bitbucket OR Github in Ubuntu 16.04.md
Last active February 15, 2024 04:43
Step by step instructions to add SSH key files in Bitbucket or Github

Add SSH Key to Bitbucket / Github in Ubuntu 16.04

What does SSH Keys do in Github / Bitbucket?

Set up SSH to reduce the risk of exposing your username and password. Some reasons you might want to use SSH key base authentication:

  • Is more effective if you push and pull from Bitbucket many times a day.
  • Removes the need to enter a password each time you connect.