Introduction This page is dedicated to advanced SSH usage examples. We will discuss the following concepts: config files (for client) tunneling jumping Config files Config files allow you to specify certain rules for all or chosen hosts. The file has a really simple structure. It is divided into sections which begin with the Host keyword. Sections are read one by one and the first matching section takes precedence over the remaining sections—you write more specific sections at the top and t...