8000 How to use Multiple SSH services reuse on the same port ? · Issue #60 · liudf0716/xfrpc · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
How to use Multiple SSH services reuse on the same port ? #60
Open
@Rahul-ambiplatforms

Description

@Rahul-ambiplatforms

I want to use multiple machine ssh service on same port using custom domains or subdomains?

Machine 1:
serverAddr = "x.x.x.x"
serverPort = 7000

[proxies]
name = "ssh1"
type = "tcpmux"
multiplexer = "httpconnect"
customDomains = ["machine-a.example.com"]
localIP = "127.0.0.1"
localPort = 22

Machine 2:
serverAddr = "x.x.x.x"
serverPort = 7000

[[proxies]]
name = "ssh2"
type = "tcpmux"
multiplexer = "httpconnect"
customDomains = ["machine-b.example.com"]
localIP = "127.0.0.1"
localPort = 22

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0