How To Use SSH In Linux To Setup A Proxy Server

logged into remote server using ssh
The SSH command is useful to access remote systems directly from the Linux command line. Besides this, there is an interesting use for it – creating a temporary proxy server. Prerequisites: For using SSH to setup a proxy server, there are certain pre-requisites: A remote PC/server which accepts incoming SSH connections (so it needs to have OpenSSH service running). Here is how to set up an SSH...