Giter Club home page Giter Club logo

ssh-tunneling's Introduction

ssh-tunneling

SYNOPSIS :
    tunnel.bash
        --help
        --configure
        --local-port    <LOCAL_PORT>
        --remote-port   <REMOTE_PORT>
        --local-to-remote
        --remote-to-local
        --remote-user   <REMOTE_USER>
        --remote-host   <REMOTE_HOST>
        --identity-file <IDENTITY_FILE>

DESCRIPTION :
    --help               Help page
    --configure          Config remote server to support forwarding (optional)
                         This option will require arguments '--remote-user' and '--remote-host'
    --local-port         Local port number (require)
    --remote-port        Remote port number (require)
    --local-to-remote    Forward request from local machine to remote machine
                         Either '--local-to-remote' or '--remote-to-local' must be specified
    --remote-to-local    Forward request from remote machine to local machine (require)
                         Either '--local-to-remote' or '--remote-to-local' must be specified
    --remote-user        Remote user (require)
    --remote-host        Remote host (require)
    --identity-file      Path to private key (*.ppk, *.pem) to access remote server (optional)

EXAMPLES :
    ./tunnel.bash --help
    ./tunnel.bash
        --configure
        --remote-user 'root'
        --remote-host 'my-server.com'
    ./tunnel.bash
        --configure
        --remote-user 'root'
        --remote-host 'my-server.com'
        --identity-file '/keys/my-server/key.ppk'
    ./tunnel.bash
        --local-port 8080
        --remote-port 9090
        --local-to-remote
        --remote-user 'root'
        --remote-host 'my-server.com'
    ./tunnel.bash
        --local-port 8080
        --remote-port 9090
        --remote-to-local
        --remote-user 'root'
        --remote-host 'my-server.com'
    ./tunnel.bash
        --local-port 8080
        --remote-port 9090
        --remote-to-local
        --remote-user 'root'
        --remote-host 'my-server.com'
        --identity-file '/keys/my-server/key.ppk'

ssh-tunneling's People

Contributors

gdbtek avatar

Watchers

Eric Ashman avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.