Reaching out to others! Free & Open Source Software, Kannada, L10n, L18n Data Science, Cloud Computing & more…

Corkscrew for SSH over Squid

Accessing SSH on networks powered through squid might be tricky if you’re new to tunneling etc. I was blocked by Squid from sshing to remote machines and making changes to squid config as well as iptables rules didn’t do any magic. Corkscrew helped me...

Using rsa keys for password less SSH access

The basis of using ssh without typing your password is public key based authentication. You need to generate a pair of public/private keys for this. 1. Firstly, generate your public/private keys using ssh-keygen #ssh-keygen -t rsa You must use the -t option to specify...