aboutsummaryrefslogtreecommitdiffstats
path: root/plumbing/transport/ssh/auth_method.go
Commit message (Expand)AuthorAgeFilesLines
* *: Remove use of deprecated io/utilPaulo Gomes2023-05-111-2/+1
* fix(ssh): unable to pass a custom HostKeyCallback funcAyman Bagabas2023-03-051-13/+15
* plumbing: transport/ssh, auto-populate ClientConfig.HostKeyAlgorithms. Fixes ...Evan Elias2022-09-221-16/+19
* all: replace go-homedir with os.UserHomeDirDaniel Martí2022-05-291-5/+6
* *: use go-billy instead of os callsMáximo Cuadros2021-05-021-1/+1
* plumbing: transport/ssh, support more formats in `NewPublicKeys` SSH helper (...Hidde Beydals2021-04-171-18/+4
* *: migration from gopkg to go modulesMáximo Cuadros2020-03-101-1/+1
* *: avoid unnecessary conversionsChristian Muehlhaeuser2019-07-291-1/+1
* plumbing/transport: ssh check if list of known_hosts files is emptyKuba Podgórski2018-09-071-6/+8
* Return error when creating public keys from invalid PEMMark DeLillo2018-02-251-0/+3
* Fix mistypingDmitry Labutin2018-02-071-2/+2
* transport: made public all the fields and standardize AuthMethodMáximo Cuadros2017-11-211-34/+48
* Avoid using user.Current()Kim, Hirokuni2017-08-081-6/+20
* Use xanzy/ssh-agent to create the ssh agent correctly based on os.Ethan Young2017-06-011-13/+4
* transport: make Endpoint an interface, fixes #362Santiago M. Mola2017-04-271-4/+9
* transport: ssh, NewPublicKeys support for encrypted PEM filesMáximo Cuadros2017-04-211-7/+26
* transport: ssh, NewPublicKeys helperMáximo Cuadros2017-04-211-23/+46
* transport: ssh, fork knownhosts package (temporal)Máximo Cuadros2017-04-171-1/+1
* transport: ssh, default HostKeyCallbackMáximo Cuadros2017-04-161-0/+86
* plumbing/transport: git, error on empty SSH_AUTH_SOCKMáximo Cuadros2017-02-211-3/+11
* transport: create Client interface (#132)Santiago M. Mola2016-11-231-0/+157