aboutsummaryrefslogtreecommitdiffstats
path: root/hosts/hosts.go
Commit message (Expand)AuthorAgeFilesLines
* add missing printf argSam Anthony2025-04-191-1/+1
* lookup hostSam Anthony2025-04-181-0/+18
* call key decoding functions when parsing known_hosts fileSam Anthony2025-04-161-16/+9
* store signature verification key in known hosts fileSam Anthony2025-04-141-36/+65
* append newline to known_hostsSam Anthony2025-04-111-2/+2
* split host and port when setting key of known hostSam Anthony2025-04-111-2/+6
* load/store known hosts fileSam Anthony2025-04-111-0/+100