Commit Graph

11 Commits

Author SHA1 Message Date
Mark Sheahan 7bb2083ca9 Address review comments; about to change decodePacket() 2015-09-06 23:55:15 -07:00
Mark Sheahan 0aec5ce5ec use merge-to target branches, not ScriptRock ones 2015-09-06 21:54:42 -07:00
Mark Sheahan 1165da51c7 Updated to use github.com/Scriptrock/crypto/ssh 2015-02-13 09:59:47 -08:00
Mark Sheahan 074b201d7d Reference ScriptRock ssh library, not current google one 2015-01-08 20:33:06 -08:00
Otto Bretz 1c05ca70ba New import paths for Go sub-respositories
see https://groups.google.com/forum/?fromgroups#!topic/golang-nuts/eD8dh3T9yyA
2014-11-06 09:30:12 +01:00
Alexander Neumann 5af3cfa4ea Add sftp.NewClientPipe()
This method returns a Client from a pair of pipes.  This can be used for
connecting to an SFTP server over TCP/TLS or by using the system's ssh
client program (e.g. via exec.Command).

An Example function is added, and the client integration test uses the
function.
2014-09-30 00:49:01 +02:00
Alexander Neumann 800ec7b3f1 Correct typo 2014-09-30 00:39:42 +02:00
Saulius Gurklys 8d59c9c638 Fixed incompatibility with latest code.google.com/p/go.crypto/ssh 2014-04-10 15:37:10 +03:00
Dave Cheney cfaf67e57e move example to top level 2013-11-06 19:54:00 +11:00
Dave Cheney 331b71c05b Added more example and help text 2013-11-06 19:48:37 +11:00
Dave Cheney c5f94049a0 Added example_test.go 2013-11-06 19:42:50 +11:00