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