Skip to content

Provide multiple local forwarding using SSH tunneling.

License

Notifications You must be signed in to change notification settings

sangheonhan/tunnelmason

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tunnel Mason

Provide multiple local forwarding using SSH tunneling.

Configuration

Config file is JSON format and file name is fixed to tunnelmason.json.

{
    "ssh_server": "remote_server_ip",
    "ssh_port": 22,
    "username": "remote_server_username",
    "ssh_key": "path_to_ssh_key",
    "tunnels": [
        {"local_port": 8080, "remote_host": "192.168.0.10", "remote_port": 8080},
        {"local_port": 3306, "remote_host": "192.168.0.20", "remote_port": 3306},
        {"local_port": 9200, "remote_host": "127.0.0.1", "remote_port": 9200}
    ]
}

About

Provide multiple local forwarding using SSH tunneling.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published