Skip to main content

Tunneling over ssh to other computers on the lan

ssh -J $USER@$DOMAIN1 -i ~/.ssh/private_key1 $USER2@$IP -i ~/.ssh/private_key2