Matthew Hooker
|
35578d9ed1
|
remove unnecessary type conversions
|
2017-03-28 20:36:21 -07:00 |
Matthew Hooker
|
d920b3fbf4
|
run gofmt
|
2016-11-01 14:08:04 -07:00 |
jszwedko
|
b1497b951c
|
code.google.com/p/go.crypto/ssh -> golang.org/x/crypto/ssh
code.google.com/p/go.crypto/ssh is now at golang.org/x/crypto/ssh as of
https://code.google.com/p/go/source/detail?spec=svn.crypto.69e2a90ed92d03812364aeb947b7068dc42e561e&repo=crypto&r=8fec09c61d5d66f460d227fd1df3473d7e015bc6
Using the code.google.com import redirects properly, but runs into
issues if you try to use a subpackage of `ssh`, e.g. `agent` which
refers to golang.org/x/crypto/ssh causing conflicts if your types expect
code.google.com/p/go.crypto/ssh.
This is a precursor to a PR for #1066.
|
2015-05-28 08:17:49 -07:00 |
Mitchell Hashimoto
|
5fac6c79c4
|
fmt
|
2014-04-26 11:12:43 -07:00 |
higebu
|
f087ce16dc
|
Fix the build problem by updating ssh package
|
2014-04-15 10:17:26 +09:00 |
Mitchell Hashimoto
|
93a8c153a6
|
communicator/ssh: add keyboard interactive auth [GH-121]
|
2013-07-02 22:00:31 -07:00 |
Mitchell Hashimoto
|
a23897f52d
|
communicator/ssh: Add type for static passwords
|
2013-06-05 23:05:39 -07:00 |