This commit is contained in:
Eryx 2014-06-24 16:53:42 +08:00
parent bf703ef617
commit d5d04a66f3
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ func rewriteAuthorizedKeys(key *PublicKey, p, tmpP string) error {
}
defer fr.Close()
fw, err := os.Create(tmpP)
fw, err := os.OpenFile(tmpP, os.O_CREATE|os.O_WRONLY|os.O_APPEND, 0600)
if err != nil {
return err
}