ssh fingerprint verification

this article assumes that you have recently become paranoid accessing a server and are assuming that someone has sent you an erroneous / malicious key for MITM or some other weird purpose. this article also assumes that you have access to the other box already to do key verification. so you go to ssh into … Read More

kill dead ssh sessions

so this is one of those things that you forget about when you really need it. ssh sessions dies, now to kill the session…. don’t remember how ??? neither do i most of the time. type ~ and ? (thats a tilde then question mark) which gives you this : $ ~? Supported escape sequences: … Read More