Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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