Part 1 of my “Chumby Remote” series will cover the Chumby classic proc entry for emulating touchscreen clicks and bend sensor presses. Overview If you’re unfamiliar with the Chumby, you should go to their website and check them out. They’re a ‘cute’ little Internet device that is meant to be an always-on appliance to “keep [...]
remote
Auto SSH Key
This small script (basically a one-liner) will transfer your public ssh key (if in standard ~/.ssh/id_dsa.pb) and properly set permissions to the host passed as the first argument. This makes it so the only time you need your password (if using a passphrase-less ssh-key) will be when running this script. After that, you will have [...]