I have several computers running several virtual machines on bridged connections. I want to create a script that ultimately allows me to SSH into any computer, change some files, and then SSH into another VM or computer from that computer.
How can I use Paramiko to SSH from computer A to computer B, and then from computer B to computer C (without exiting the connection from A first)? Does this change at all when dealing with virtual machines on the same LAN using bridged connections?