This commit is contained in:
parent
3515afa994
commit
97268b3041
|
@ -22,7 +22,7 @@ const (
|
||||||
// That's a lot of bits.
|
// That's a lot of bits.
|
||||||
defaultRsaBits = 4096
|
defaultRsaBits = 4096
|
||||||
|
|
||||||
// Markers for various SSH key pair types
|
// Markers for various SSH key pair types.
|
||||||
Default KeyPairType = ""
|
Default KeyPairType = ""
|
||||||
Rsa KeyPairType = "RSA"
|
Rsa KeyPairType = "RSA"
|
||||||
Ecdsa KeyPairType = "ECDSA"
|
Ecdsa KeyPairType = "ECDSA"
|
||||||
|
|
Loading…
Reference in New Issue