···11+// This program must be configured to run as the sshd AuthorizedKeysCommand.
22+// The format looks something like this:
33+// Match User git
44+// AuthorizedKeysCommand /keyfetch -internal-api http://localhost:5444 -repoguard-path /home/git/repoguard
55+// AuthorizedKeysCommandUser nobody
66+//
77+// The command and its parent directories must be owned by root and set to 0755. Hence, the ideal location for this is
88+// somewhere already owned by root so you don't have to mess with directory perms.
99+110package main
211312import (