Can I somehow do an impromptu VPN with reverse SSH?
@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
@Moon That might work
@matrix ssh -N -D 9090
@matrix then setup SOCKS on whatever program you're using
@matrix Yes.