Closed Xeckt closed 4 months ago
Sorry for the title changes I borked up some stuff :D
On second consideration, it might be better to keep the struct field I changed to type as Algorithm
Thanks for the feedback! Will make the changes later today!
All changes and feedback resolved. Let me know if the new changes are ok!
Linter issues fixed, ran golangci-lint
locally, seems all good.
Commits squashed!
@Xeckt please note https://commitlint.js.org/ failing
Gah! Sorry!
Gah! Sorry!
no worries. just add fix:
or feat:
in the start of the commit message and keep it lowercase...
Should be done now
Few changes in this pull request, more than anticipated:
ssh.PublicKey
Type()
func to get a keys exact type for thepublicKey
struct:ParseAuthorizedKey
func will detect if it's a valid key or notcreatetempfile
func for testing to be more inclusive of it's intention, moved the dhcp string for testing to a constant in thedaemon_test.go
fileI hope all these changes are okay. Let me know if you would like to change anything or revert any of the changes. All tests have passed locally, including daemon tests.