Skip to content

ThomasHabets/sshproxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sshproxy

SSH Proxy / Load balancer

Copyright (C) 2014 Thomas Habets thomas@habets.se

Description

SSHProxy proxies an SSH connection over SSL, to allow:

  • A client to use an SSH key they don't have access to. Therefore they can't go around the proxy, or lose the key.
  • Logging of everything typed and received through the proxy (optional).

For setup instructions, see this blog post.

-auth=key

With -auth=key the client will use PubkeyAuthentication to authenticate to SSHProxy, and SSHProxy will use the key specified in -client_keyfile to log in to the server.

-auth=kbi

With -auth=kbi SSHProxy will forward the password from the client on to the server.

About

SSH Proxy / Load balancer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages