This repository has been archived on 2019-08-27. You can view files and clone it, but cannot push or open issues or pull requests.
git/vendor/github.com/xanzy/ssh-agent
Lauris BH 578ad8f125 Refactor branch list using src-d/go-git and add GetRefs function (#133)
* Refactor branch list using src-d/go-git and add GetRefs function

* Fix copyright

* Fix to reuse ObjectType

* Add function to filter refs by prefix

* Fix import order

* Optimize if structure
2018-11-15 23:38:33 +01:00
..
.gitignore Refactor branch list using src-d/go-git and add GetRefs function (#133) 2018-11-15 23:38:33 +01:00
LICENSE Refactor branch list using src-d/go-git and add GetRefs function (#133) 2018-11-15 23:38:33 +01:00
pageant_windows.go Refactor branch list using src-d/go-git and add GetRefs function (#133) 2018-11-15 23:38:33 +01:00
README.md Refactor branch list using src-d/go-git and add GetRefs function (#133) 2018-11-15 23:38:33 +01:00
sshagent_windows.go Refactor branch list using src-d/go-git and add GetRefs function (#133) 2018-11-15 23:38:33 +01:00
sshagent.go Refactor branch list using src-d/go-git and add GetRefs function (#133) 2018-11-15 23:38:33 +01:00

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