Ask HN: SSH – authorized_keys comment field format (best practices)?7 points·by vaporup·2년 전·1 comments
vaporup·2년 전·discussWhat an unfortunate name to search for. Searching for debhelper finds mainly documentation but search for debputy and you are lost...
vaporup·3년 전·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년 전·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년 전·discussYes, I use them for work. Checkout ssh-certinfo also:https://github.com/vaporup/ssh-tools/blob/master/ssh-certinf...
vaporup·4년 전·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.