A tiny program to tunnel something through SSH without any external dependencies.
Go to file
Thorsten Sommer 6ae3b46fc1 Retry, Refactoring & Doc
+ Refactoring of some functions
+ Added the retrying of all three connections
+ Added the documentation to the code
+ Improved the error messages
2015-01-02 18:01:52 +01:00
AcceptClients.go Retry, Refactoring & Doc 2015-01-02 18:01:52 +01:00
Constants.go Retry, Refactoring & Doc 2015-01-02 18:01:52 +01:00
CreateLocalEndPoint.go Retry, Refactoring & Doc 2015-01-02 18:01:52 +01:00
Forward.go Retry, Refactoring & Doc 2015-01-02 18:01:52 +01:00
KeyboardInteractiveChallenge.go Retry, Refactoring & Doc 2015-01-02 18:01:52 +01:00
LICENSE Initial commit 2015-01-02 16:05:47 +01:00
Main.go Retry, Refactoring & Doc 2015-01-02 18:01:52 +01:00
PasswordCallback.go Retry, Refactoring & Doc 2015-01-02 18:01:52 +01:00
ReadFlags.go Init 2015-01-02 16:51:37 +01:00
README.md Initial commit 2015-01-02 16:05:47 +01:00
Transfer.go Retry, Refactoring & Doc 2015-01-02 18:01:52 +01:00
Variables.go Retry, Refactoring & Doc 2015-01-02 18:01:52 +01:00

SSHTunnel