Skip to content

brunoalexandrefraga/c-hello-world

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Set up of GNU/Linux Debian environment for development

SSH keypair setup for GitHub

Create a repo.

Make sure there is at least one file in it (even just the README.md)

Generate a SSH key pair (private/public):

ssh-keygen -t rsa -b 4096 -C "[email protected]"

Copy the contents of the public SSH key

GNU/Linux (requires the xclip package):

xclip -sel clip < ~/.ssh/id_rsa.pub

Copy the public SSH key to GitHub

Copy the contents of the to your SSH keys to your GitHub account settings (https://github.com/settings/keys).

Test the SSH key:

Follow the instructions of repository to add a new remote

git remote set-url origin [email protected]:username/your-repository.git

Add the key to the ssh-agent

ssh-add ~/.ssh/id_rsa

About

First C hello world made in Debian with i3WM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published