GitHub - algorythm/github-ssh-keys: Fetches public keys from GitHub and stores them in ~/.ssh/authorized_keys · GitHub
Skip to content

algorythm/github-ssh-keys

Folders and files

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

Contributors