Using traffic tunneling over a SOCKS tunnel, especially through SSH, offers several benefits, like security, encryption and posibility to access services available from FZU internal networks only.
To configure Firefox to tunnel traffic over a SOCKS tunnel created by SSH, you can follow these steps:
Open a terminal or command prompt on your local machine and use the following command to create an SSH tunnel with dynamic port forwarding:
ssh -D 1080 user@limba.fzu.cz
Replace user with your main (email) institute username, log in with your Kerberos password.
Open Firefox and follow these steps:
1080
as the port (or the port you specified in the SSH command).localhost, 127.0.0.1
to the "No Proxy for" field to prevent the SSH tunnel itself from being proxied.