summaryrefslogtreecommitdiffhomepage
path: root/ipn/ipnlocal/ssh.go
AgeCommit message (Expand)AuthorFilesLines
2022-09-21ipn/ipnlocal: return usernames when Tailscale SSH is enabledMaisem Ali1-7/+8
2022-09-19ipn/ipnlocal: add c2n method to get SSH username candidatesBrad Fitzpatrick1-0/+77
2022-09-15refactor: move from io/ioutil to io and os packagesEng Zer Jun1-3/+2
2022-09-15ipn/ipnlocal: remove unused envknobBrad Fitzpatrick1-3/+0
2022-07-28ipn/ipnlocal: blend existing host SSH keys + newly-generated types as neededBrad Fitzpatrick1-27/+30
2022-07-22ipn/ipnlocal: ignore empty SSH host key filesBrad Fitzpatrick1-1/+2
2022-07-22ipn/ipnlocal: flesh out error on ssh host key parse errorBrad Fitzpatrick1-2/+3
2022-03-26tempfork: temporarily fork gliderlabs/ssh and x/crypto/sshBrad Fitzpatrick1-1/+1
2022-03-17all: use any instead of interface{}Josh Bleecher Snyder1-1/+1
2022-02-24ssh: make it build on darwinBrad Fitzpatrick1-2/+2
2022-02-24ipn/ipnlocal: generate tailscaled-owned SSH keys as neededBrad Fitzpatrick1-10/+94
2022-02-17tailcfg, ipn/ipnlocal: add Hostinfo.SSH_HostKeys, send when SSH enabledBrad Fitzpatrick1-3/+13
2022-02-17ipnlocal, tailssh: start moving host key stuff into the right spotBrad Fitzpatrick1-0/+48