ssh443 / client

https proxy client for ssh443.com

Home Page:https://www.ssh443.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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>

About

https proxy client for ssh443.com

https://www.ssh443.com/

License:MIT License


Languages

Language:Go 71.4%Language:Shell 28.6%