Skip to content

leseb/sshGate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

== Welcome to sshGate

sshGate is a tool which helps to configure an OpenSSH server in order to have
a SSH proxy. sshGate uses the double SSH method to be able to connect to
a target host. In fact, sshGate has private ssh-keys of target hosts, makes
ACL checks and can log what users do on a given target host.

                        /-------> target host N
                       /-------->     . . .
         user ----> sshGate ----> target host 1
                      |-> ACL
                      |-> targets private sshkeys
                      |-> users public sshkeys

sshGate is under GPLv2 license.

== Description of content

build.sh : used to build sshGate-server and/or sshGate-client .tar.gz package(s).
server/ : server sources
client/ : client sources
lib/ : sshGate project depends on ScriptHelper project
       (for more information : http://github.com/Tauop/ScriptHelper).


== Documentation == 

The project documentation is available in the github wiki at http://github.com/Tauop/sshGate/wiki

About

Tools to configure and use a ssh proxy server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%