After upgrading my router firmware I couldn’t help but notice I’d lost access to my 8890DW. I’d been using WPA2 Personal/TKIP prior to the upgrade and had no issues. While trying several combinations of TKIP/AES with WPA2, WPA and even WEP I came across a comment claiming the printer only supports AES with WPA2. I’m […]
Networking
SSH Public Key Authentication
rsync -av -e “ssh -p 2222” ~/.ssh/id_dsa.pub root@hostname:.ssh/authorized_keys This adds the public key to the authorized_keys file in your ~/.ssh directory on the remote machine. You can specify a port other than 22 with -p####. You can also copy the ssh key to the clipboard and manually add to authorized_keys on the remote machine while […]