diff options
Diffstat (limited to 'cmd/keys.go')
-rw-r--r-- | cmd/keys.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/keys.go b/cmd/keys.go index c0818fd2d2..7456815cd7 100644 --- a/cmd/keys.go +++ b/cmd/keys.go @@ -62,7 +62,7 @@ func runKeys(c *cli.Context) error { return errors.New("No key type and content provided") } - setup("keys.log") + setup("keys.log", false) authorizedString, err := private.AuthorizedPublicKeyByContent(content) if err != nil { |