/client

https proxy client for ssh443.com

Primary LanguageGoMIT LicenseMIT

SSH443 Client

The https proxy client for https://www.ssh443.com/

Setup

Basic Usage

# Inline example:
ssh example.com -o 'ProxyCommand=ssh443client -auth TOKEN:SECRET -address %h:%p'
# ssh config example: ~/.ssh/config
Host *
  ProxyCommand ssh443client -auth TOKEN:SECRET -address %h:%p

Custom Usage

Usage of ssh443client:
  -address string
        <host>:<port>
  -auth string
        <token>:<secret>
  -http
        use http
  -proxy string
        <host>:<port>