chore: file name
This commit is contained in:
2
main.go
2
main.go
@@ -92,7 +92,7 @@ func setWinsize(f *os.File, w, h int) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func parseSshPubkey() (gossh.PublicKey, error) {
|
func parseSshPubkey() (gossh.PublicKey, error) {
|
||||||
pubkeyBytes, pubkeyErr := ioutil.ReadFile("allowed_key")
|
pubkeyBytes, pubkeyErr := ioutil.ReadFile("allowed_keys")
|
||||||
if pubkeyErr != nil {
|
if pubkeyErr != nil {
|
||||||
return nil, pubkeyErr
|
return nil, pubkeyErr
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user