Using SSH as a VPN
Using SSH as a VPN
"Using SSH as a VPN" on https://aligot-death.space, available at https://aligot-death.space/wiki/sysadmin/linux/ssh-as-vpn-en
1 ssh -NTCD 12345 SSH_remote_host_IP
Then in firefox Preference > Network Setting > Settings… proxy as socks with 127.1:12345 Or for a SSH
1 ssh -o ProxyCommand='nc -x localhost:12345 %h %p' username@Far_Away_Host
from: https://blog.gwlab.page/vpn-over-ssh-the-socks-proxy-8a8d7bdc7028
or sshuttle