Posts by Leandro Bigui • 36 points
1 post
-
2
votes1
answer373
viewsA: Connect to a host via SSH and go to another with ssh - Python tunnel
try to make the following change: server = SSHTunnelForwarder( '192.168.1.1', ssh_username="teste2", ssh_password="teste2", remote_bind_address=('<IP do HOST Destino>', 22),…