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
cwonrails
6/7/2015 - 12:28 PM
share
Share
add_circle_outline
Save
add-ssh-key-to-server
add-ssh-key-to-server
content_copy
file_download
cat ~/.ssh/id_rsa.pub | ssh root@<HOSTNAME_OR_IP> 'cat >> ~/.ssh/authorized_keys'
clear