How can I make SFTP work through an explicit proxy?
To make SFTP work through an Explicit proxy, do the following:
Use an SFTP client of your choice. The instructions below are written using FileZilla Client version 3.5.0
In FileZilla (FZ) the host is the intended SSH server, not the Edge SWG (ProxySG). The username & password is that of the SSH server, not the Edge SWG (ProxySG), the port is 22.
In FZ under Edit > Settings: Then under Connection > FTP > Generic FTP, selected "HTTP/1.1 using CONNECT method" then fill in the fields below as follows:
Proxy host: (the proxy ip address)
Proxy port: (8080)
Proxy user: (xxxxx) <--- User name if the proxy is set to authenticate client requests
Proxy password: (yyyyyyy) <--- User password
Click OK
Make your SFTP connection using FZ.