How to tunnel to host using ssh config?
How to tunnel to host using ssh config? Command I’m using to tunnel: ssh -L port:url:port username@hostname Can I define this in my ssh config? something like this pseudo code: host web user url hostname externalPort destinationPort tunnel yes Asked By: Nickotine || Source Yes, that can be done. For exaple: Host web User user_on_web …