diff --git a/sshhelper.go b/sshhelper.go index 02c58ab..273544e 100644 --- a/sshhelper.go +++ b/sshhelper.go @@ -83,7 +83,7 @@ func getpass(prompt string) (pass string, err error) { return } -// ref golang.org/x/crypto/ssh/keys.go#ParseRawPrivateKey. +// ParsePemBlock: ref golang.org/x/crypto/ssh/keys.go#ParseRawPrivateKey. func ParsePemBlock(block *pem.Block) (interface{}, error) { switch block.Type {