Skip to content

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

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages