About Cacher
Web App
Download
Sign In
Sign Up
menu
Cacher is the code snippet organizer for pro developers
We empower you and your team to get more done, faster
Learn More
ethan-s
3/12/2015 - 3:10 PM
share
Share
add_circle_outline
Save
Fixing SSH permissions issues
Fixing SSH permissions issues
fix_ssh.sh
content_copy
file_download
cd chmod 700 .ssh cd .ssh chmod 600 * chmod 644 *.pub
clear