Perform multiple SSH hops with SSH config and a jump host
SSH is one of those tools that once you learn you wonder how you ever lived without it. Today, we'll cover some tricks to pimp your SSH workflow using the ~/.ssh/config
file.
Getting Started with SSH
SSH (Secure Socket sHell) provides a secure way to access another computer. The most common us...