chore: file name

This commit is contained in:
2021-07-18 23:17:06 +08:00
parent 671dd62492
commit b69beb511d

View File

@@ -92,7 +92,7 @@ func setWinsize(f *os.File, w, h int) {
}
func parseSshPubkey() (gossh.PublicKey, error) {
pubkeyBytes, pubkeyErr := ioutil.ReadFile("allowed_key")
pubkeyBytes, pubkeyErr := ioutil.ReadFile("allowed_keys")
if pubkeyErr != nil {
return nil, pubkeyErr
}