This commit is contained in:
chris marget 2019-02-06 15:05:56 -05:00
parent 3515afa994
commit 97268b3041
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ const (
// That's a lot of bits.
defaultRsaBits = 4096
// Markers for various SSH key pair types
// Markers for various SSH key pair types.
Default KeyPairType = ""
Rsa KeyPairType = "RSA"
Ecdsa KeyPairType = "ECDSA"