kaniko/vendor/github.com/xanzy/ssh-agent
Carlos Alexandro Becker 7b8879c03f
feat: upgrade go-git
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2020-06-15 11:58:04 -03:00
..
.gitignore fix highwayhash 2019-12-21 12:18:09 -08:00
LICENSE Added go-git 2018-09-03 14:03:12 +05:30
README.md fix highwayhash 2019-12-21 12:18:09 -08:00
go.mod feat: upgrade go-git 2020-06-15 11:58:04 -03:00
go.sum feat: upgrade go-git 2020-06-15 11:58:04 -03:00
pageant_windows.go Added go-git 2018-09-03 14:03:12 +05:30
sshagent.go Added go-git 2018-09-03 14:03:12 +05:30
sshagent_windows.go Added go-git 2018-09-03 14:03:12 +05:30

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