Ask HN: SSH – authorized_keys comment field format (best practices)?7 points·by vaporup·2 yıl önce·1 comments
vaporup·2 yıl önce·discussWhat an unfortunate name to search for. Searching for debhelper finds mainly documentation but search for debputy and you are lost...
vaporup·3 yıl önce·discussActually it is not that hard: - default: https://vaporup.github.io/books/the-pragmatic-sysadmin/debian-packaging/ - quick: https://nfpm.goreleaser.com/usage/
vaporup·3 yıl önce·discussOh man, this is great. I was always confused with this stuff and didn't notice that this is such a big mess...Thank you
vaporup·4 yıl önce·discussYes, I use them for work. Checkout ssh-certinfo also:https://github.com/vaporup/ssh-tools/blob/master/ssh-certinf...
vaporup·4 yıl önce·discussAre there now any libraries which can parse dynamic YAML files?I found it very hard to do with map[string]interface{} or figuring out which kind of structs to create...For JSON there seem to be many libs now which can do this.