James John – Software Engineer

Archives

SSH

How to Set Up SSH Keys Between Servers

SSH Keys SSH keys serve as a means of identifying yourself to an SSH server using public-key cryptography and challenge-response authentication. One immediate advantage this method has over traditional password authentication is that you can be authenticated by the server without ever having to send your password over the network. Anyone eavesdropping on your connection […]

Tunneling SSH Connection Behind a Proxy

Been running a system behind a proxy server and some of these CLI packages neither use the GNOME system proxy or environment variables of proxy. SSH is one of them and I use it mostly, so how do I use it behind a proxy? CorkScrew Corkscrew is a simple tool to tunnel TCP connections through […]