2012-07-06· snippet · 2 min · 37 words

Sharing Profiles via Dropbox

Great for sharing files. Great for sharing bash profiles. Great for sharing SSH keys. Great for the NSA.

Sharing Profiles via Dropbox
ln -s ~/Dropbox/.shared/.ssh ~/.ssh
ln -s ~/Dropbox/.shared/.bash_profile ~/.bash_profile

chmod 700 ~/.ssh
chmod 600 ~/.ssh/id_rsa
chmod 644 ~/.ssh/id_rsa.pub  
chmod 644 ~/.ssh/authorized_keys
chmod 644 ~/.ssh/known_hosts

Now you can use the same key on all machines. Boom goes the dyn-o-mite.

Subscribe to the RSS feed for updates.
next
Server Density API Class in PHP ↗
previous
vSphere / ESXi Usernames ↗
reply
[email protected]