SSH to a host through multiple jump hosts. [Linux]
It is really frustrating to type credentials when connecting to a particular host through multiple jump hosts. Is there a way to make things easier? Luckily YES! Follow these steps to make you life easier. For explanation purpose I will use the following example. Here, we are trying to SSH to Host-C via Host-A and Host-B. You can extend this method to any number of Hosts. [Your Computer]<—>[Host-A] <—> [Host-B] <—> [Host-C] [1] First of all, create this file if …