scisco / github-sshkey-ubuntu

A simple interactive command for adding ssh keys stored on Github to your server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add github public SSH Key to your server

Dependencies

You must have jq installed on your system

$: sudo apt-get install jq

Run

Run the script and follow the instructions:

$: ./github-ssh.sh
Please enter the github usernames separating them by comma and no spaces.
For example: user1,user2,user3

user_name1,user_name2

About

A simple interactive command for adding ssh keys stored on Github to your server

License:MIT License


Languages

Language:Shell 100.0%