TTProxy command line

Format

You can use the following command line parameters on TTProxy.

-proxy=protocol://<user<:password>@>proxyserver:proxyport
protocol://<user<:password>@>proxyserver:proxyport/realhost
-noproxy
protocol
Proxy type
Supported proxy types are followings:
proxyserver
Proxy server host
proxyport
Proxy server port
realhost
Server host that you want to connect
user
User name for proxy authentication
password
Password for proxy authentication
-noproxy
Disable proxy setting. Same as "-proxy=none://"

Example

ttermpro.exe -proxy=socks5://user:pass@proxy:1080 sshserver /ssh
ttermpro.exe -proxy=telnet://proxy:8023 telnetserver:23 /nossh
ttermpro.exe -proxy=none:// sshserver /ssh
ttermpro.exe -noproxy sshserver /ssh

Note

The following style is invalid.

protocol://<user<:password>@>proxyserver:proxyport/realhost:portnumber

The following style isn't supported. This style conflicts with Tera Term parameter style "telnet://server<:port>".

protocol://<user<:password>@>proxyserver:proxyport