aboutsummaryrefslogtreecommitdiff
path: root/lib/ssh/ssh.go
AgeCommit message (Expand)Author
2026-01-15all: convert license and copyright to use SPDX identifiersShulhan
2023-09-20lib/ssh: replace LoadPrivateKeyInteractive with the one from lib/cryptoShulhan
2023-07-26lib/ssh: add function LoadPrivateKeyInteractiveShulhan
2022-05-09all: reformat all codes using gofmt 1.19 (the Go tip)Shulhan
2021-07-05lib/ssh: move the config parser to subpackage "config"Shulhan
2020-06-10all: update email addressShulhan
2020-04-25ssh: use algorithm names that supported by crypto/ssh packageShulhan
2020-04-24ssh: implement SSH client configuration parser -- ssh_config(5)Shulhan