Wednesday, August 31, 2011

rvm and ree 1.8.7 on wheezy

(actually it is on Linux Mint Debian, but should be the same afaik)

so you want to do this:
http://digitaldisorder.posterous.com/ruby-rvm-and-debian-sid-problems
but for ree 1.8.7?

Then here is the patch for you.

Notes:

* patch built with
diff -crB
and edited manually

* rvm puts sources in ~/.rvm/src


Saturday, August 27, 2011

Unexpected offering order for ssh keys on Linux Mint Debian

I've many different ssh keys in ~/.ssh, which I used happily through .ssh/config or -i option on Debian Lenny.

Recently I've installed Linux Debian Mint and I was no longer able to access some hosts. The reason was that ssh is offering all the keys in ~/.ssh without giving precedence to the specified key. So, ssh may disconnect for "Too many authentication failures" if the right key happens to be at the bottom of the list.

My workaround was to move most keys in another directory, and update .ssh/config and scripts accordingly.
It works but I'm not fully satisfied with it.