Can I somehow do an impromptu VPN with reverse SSH?
@matrix Yes.
@r000t How?
@matrix Well, what do you want? Like a consoomer VPN or are you trying to forward ports?
@r000t I want to access a site not available in eu and download from it with yt-dl, but not want to pay for a consoomer vpn or setup wireguard.
@matrix ssh -D <port> option creates a SOCKS5 proxy. Pass that to youtube-dl
Mainly gaming/nerd instance for people who value free speech. Everyone is welcome.
@matrix ssh -D <port> option creates a SOCKS5 proxy. Pass that to youtube-dl