Dynamic Port Forwarding using Firefox Browser


[bob@workstation ~]$ ssh -D 1080 bastion.securecorp.io [bob@bastion ~]$

SOCKS5 configuration in Firefox:


Source: https://www.redhat.com/sysadmin/ssh-dynamic-port-forwarding

No comments:

Post a Comment

Python contextlib for Timing Python code

If you've ever found yourself needing to measure the execution time of specific portions of your Python code, the `contextlib` module o...