Nokia N810: setting up SSH

Resuming setting up SSH on my Nokia N810 (aka Nyon).

I couldn’t login from Nyon to Tomcat, but I made it work from Tomcat to Nyon! I had to add RSA as an acceptable algorithm (because, SHA-1 went bye-bye) and login as root:

ssh -oHostKeyAlgorithms=+ssh-rsa root@192.168.0.115

Afterwards, I copied an SSH key to login as user, rather than root. Makes me nervous.

Look at that, rsync works!

Next up, I configured the reverse. Now I can login from Nyon to Tomcat! Aaaand it’s so insecure, haha. I’m deliberately poking holes in my secure configuration. I should be ashamed. But, this is for science!

First, I tried generating the RSA key in Tomcat since it was awfully slow in Nyon, but for some reason, it didn’t work. Rather than figuring out why not, I generated it in Nyon again. I went to prepare some tea and, when I returned, it was finished. I copied it manually to ~/.ssh/authorized_keys and, bam, it worked. So. Great.

Also, I deleted the Bomberman stale entry in the main menu. There was a stray /usr/share/applications/hildon/bomberman.desktop file that apparently wasn’t correctly removed when I uninstalled the game a long time ago.

Deja una respuesta

Tu dirección de correo electrónico no será publicada. Los campos obligatorios están marcados con *