SSH Tunnel proxychains - CraigDonkin/Infrastructure GitHub Wiki
ssh.exe -oStrictHostKeyChecking=no -oServerAliveInterval=60 -i id_rsa sshuser@<server> -NR <port>
- Set proxychains to use the port specified and IP of
- File permissions must be correct on id_rsa
- If using AWS make sure security groups allow the traffic