| Commit message (Expand) | Author | Age | Files | Lines |
* | plumbing: transport/ssh, Add support for SSH @cert-authority. | Javier Alvarez Garcia | 2024-07-24 | 1 | -6/+7 |
* | *: Remove use of deprecated io/util | Paulo Gomes | 2023-05-11 | 1 | -2/+1 |
* | fix(ssh): unable to pass a custom HostKeyCallback func | Ayman Bagabas | 2023-03-05 | 1 | -13/+15 |
* | plumbing: transport/ssh, auto-populate ClientConfig.HostKeyAlgorithms. Fixes ... | Evan Elias | 2022-09-22 | 1 | -16/+19 |
* | all: replace go-homedir with os.UserHomeDir | Daniel Martí | 2022-05-29 | 1 | -5/+6 |
* | *: use go-billy instead of os calls | Máximo Cuadros | 2021-05-02 | 1 | -1/+1 |
* | plumbing: transport/ssh, support more formats in `NewPublicKeys` SSH helper (... | Hidde Beydals | 2021-04-17 | 1 | -18/+4 |
* | *: migration from gopkg to go modules | Máximo Cuadros | 2020-03-10 | 1 | -1/+1 |
* | *: avoid unnecessary conversions | Christian Muehlhaeuser | 2019-07-29 | 1 | -1/+1 |
* | plumbing/transport: ssh check if list of known_hosts files is empty | Kuba Podgórski | 2018-09-07 | 1 | -6/+8 |
* | Return error when creating public keys from invalid PEM | Mark DeLillo | 2018-02-25 | 1 | -0/+3 |
* | Fix mistyping | Dmitry Labutin | 2018-02-07 | 1 | -2/+2 |
* | transport: made public all the fields and standardize AuthMethod | Máximo Cuadros | 2017-11-21 | 1 | -34/+48 |
* | Avoid using user.Current() | Kim, Hirokuni | 2017-08-08 | 1 | -6/+20 |
* | Use xanzy/ssh-agent to create the ssh agent correctly based on os. | Ethan Young | 2017-06-01 | 1 | -13/+4 |
* | transport: make Endpoint an interface, fixes #362 | Santiago M. Mola | 2017-04-27 | 1 | -4/+9 |
* | transport: ssh, NewPublicKeys support for encrypted PEM files | Máximo Cuadros | 2017-04-21 | 1 | -7/+26 |
* | transport: ssh, NewPublicKeys helper | Máximo Cuadros | 2017-04-21 | 1 | -23/+46 |
* | transport: ssh, fork knownhosts package (temporal) | Máximo Cuadros | 2017-04-17 | 1 | -1/+1 |
* | transport: ssh, default HostKeyCallback | Máximo Cuadros | 2017-04-16 | 1 | -0/+86 |
* | plumbing/transport: git, error on empty SSH_AUTH_SOCK | Máximo Cuadros | 2017-02-21 | 1 | -3/+11 |
* | transport: create Client interface (#132) | Santiago M. Mola | 2016-11-23 | 1 | -0/+157 |