Remote Port Forwarding

SSH

ssh -R <IP address>:6666:<attacker ip>:1234 <username>@<ip address>

REFERENCES

https://www.ssh.com/academy/ssh/tunneling-example#remote-forwarding

Last updated