diff --git a/main.go b/main.go index a469fc1..627f856 100644 --- a/main.go +++ b/main.go @@ -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 }