Skip to content

all64bits/ssh_authkeys

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Create authorized_keys file

Concatenate all contents of this repo & output to authorized_keys file

$ find . -not -iwholename '*.git*' -type f -exec cat {} \; -exec echo -e '\n' \; > ~/.ssh/authorized_keys; chmod 600 ~/.ssh/authorized_keys

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published