Skip to content

Fetches public keys from GitHub and stores them in ~/.ssh/authorized_keys

Notifications You must be signed in to change notification settings

algorythm/github-ssh-keys

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub SSH Key Fetcher

This Python program fetches public keys from GitHub and stores them in ~/.ssh/authorized_keys.

Up and running

I personally always use a virtual environment when executing python programs:

virtualenv -p python3 venv
source venv/bin/activate
pip install -r requirements.txt
python github-sshkeys.py

or simply

./run.sh

About

Fetches public keys from GitHub and stores them in ~/.ssh/authorized_keys

Resources

Stars

Watchers

Forks

Packages

No packages published