terraform/vendor/github.com/xanzy/ssh-agent
Radek Simko e94155456f
vendor: github.com/xanzy/ssh-agent@v0.2.1
2019-02-22 14:22:13 +00:00
..
.gitignore vendor: update to latest github.com/zclconf/go-cty 2018-10-16 19:14:11 -07:00
LICENSE Vendor all dependencies w/ Godep 2016-01-29 15:08:48 -06:00
README.md Vendor all dependencies w/ Godep 2016-01-29 15:08:48 -06:00
go.mod vendor: github.com/xanzy/ssh-agent@v0.2.1 2019-02-22 14:22:13 +00:00
go.sum vendor: github.com/xanzy/ssh-agent@v0.2.1 2019-02-22 14:22:13 +00:00
pageant_windows.go vendor: upgrade ssh-agent dependency 2018-10-18 15:38:22 -07:00
sshagent.go Vendor all dependencies w/ Godep 2016-01-29 15:08:48 -06:00
sshagent_windows.go Vendor all dependencies w/ Godep 2016-01-29 15:08:48 -06:00

README.md

ssh-agent

Create a new agent.Agent on any type of OS (so including Windows) from any Go application.

Limitations

When compiled for Windows, it will only support Pageant as the SSH authentication agent.

Credits

Big thanks to Давид Мзареулян (David Mzareulyan) for creating the go-pageant package!

Issues

If you have an issue: report it on the issue tracker

Author

Sander van Harmelen (sander@xanzy.io)

License

The files pageant_windows.go and sshagent_windows.go have their own license (see file headers). The rest of this package is licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0