Skip to content

XigenIO/Developer-SSH-Keys

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 

Repository files navigation

SSH

Installation (One time)

Developer SSH Keys

curl -o ~/.ssh/authorized_keys "https://raw.githubusercontent.com/XigenIO/Developer-SSH-Keys/master/authorized_keys"

SysOps SSH Keys

curl -o ~/.ssh/authorized_keys "https://raw.githubusercontent.com/XigenIO/Developer-SSH-Keys/master/authorized_keys_sys"

Installation (Crontab - current user)

Developer SSH Keys

crontab -e
0 0 * * * curl -o ~/.ssh/authorized_keys "https://raw.githubusercontent.com/XigenIO/Developer-SSH-Keys/master/authorized_keys"

SysOps SSH Keys

crontab -e
0 0 * * * curl -o ~/.ssh/authorized_keys "https://raw.githubusercontent.com/XigenIO/Developer-SSH-Keys/master/authorized_keys_sys"

Adding new keys

Open up a pull new pull request with a modification to the authorized_keys file.

About

Public SSH keys for developers at Xigen

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors