rsync.net has documentation on how to manually add SSH keys to their storage server. But it’s too manual for me, so I found a simpler way:
curl -s https://github.com/font44.keys | ssh [email protected] "dd of=.ssh/authorized_keys"
rsync.net has documentation on how to manually add SSH keys to their storage server. But it’s too manual for me, so I found a simpler way:
curl -s https://github.com/font44.keys | ssh [email protected] "dd of=.ssh/authorized_keys"