teleport/lib/sshutils
Ev Kontsevoy 99672d09a7 Fixed scp regressions
In this commit:

1. Minor addition to Makefile to pull new .go files from
   tool/teleport/common

2. os.Glob() returns an empty list (instead of an error) if the
   file/pattern is not found, so added check for that.

3. sendFile was prematurely sending 'C' command before trying to open a
   file. This used to lead to creation of empty files for invlaid
   sources.

Also, removed some confusing comments.
2017-03-29 16:49:40 -07:00
..
scp Fixed scp regressions 2017-03-29 16:49:40 -07:00
close.go Replaced our own logger with logrus 2016-02-02 17:53:21 -08:00
fingerprint.go This commit adds ability to preconfigure the cluster without running 2016-03-28 12:58:34 -07:00
req.go Set default PTY size if an invalid size is requested and 2017-03-21 16:50:07 -07:00
server.go Web UI now passes the true client IP into SSH sessions 2017-02-06 14:45:44 -08:00
server_test.go Cleaned up Teleport logging 2016-09-02 17:28:18 -07:00
signer.go This commit adds ability to preconfigure the cluster without running 2016-03-28 12:58:34 -07:00
tcpip.go Replaced our own logger with logrus 2016-02-02 17:53:21 -08:00