Giter Site home page Giter Site logo

sshgate-client's Introduction

== README ==

IMPORTANT : sshgate-client-configure depends on ScriptHelper (http://github.com/Tauop/ScriptHelper)
ScriptHelper has to be installed on the system so that sshGate-client works

sshgate-client-configure help the user to update his ~/.ssh/config to
setup a "sshgate" host, which will be used by 'sshg' and 'scpg' script.

'sshg' and 'scpg' scripts may be put into the /usr/local/bin/ directory.


== Install ==

Copy sshg, scpg and sshgate-client-configure in /usr/bin/ (or /usr/local/bin/, or whatever directory
which is in PATH) and put execution rights on them.
  cp sshg scpg sshgate-client-configure /usr/local/bin/
  chmod +x /usr/local/bin/{sshg,scpg,sshgate-client-configure}

First time you will run scpg or sshg, or if Host sshgate isn't configured in ~/.ssh/config,
sshgate-client-configure will ask questions to configure sshg and scpg. Be careful, some answer
depends on the sshGate server installation/configuration. Ask your admins for more information

If your sshGate server has changed, you will be able to change sshg and scpg configuration
by calling sshgate-client-configure

== Details ==

'sshgate-client-configure' ask questions and write into ~/.ssh/config.

'sshg' is quite simple. It's an equivalent of 'ssh sshgate <target_host> <cmd>'

'scpg' is more complex. Here are the 'scpg - scp' equivalent syntaxes:

in send mode:
  scpg [<options>] <file1> <file2> <target_host>:<target_location>
 --> scp [<options>] <file1> <file2> sshgate:<target_host>/<target_location>

in receive mode:
  scpg [<options>] <target_host>:<target_location> <local_location>
 --> scp [<options] sshgate:<target_host>/<target_location> <local_location>

sshgate-client's People

Contributors

tauop avatar

Watchers

 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.