We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c9c357 commit 3d95f1aCopy full SHA for 3d95f1a
util.go
@@ -9,7 +9,7 @@ import (
9
)
10
11
func generateSigner() (ssh.Signer, error) {
12
- key, err := rsa.GenerateKey(rand.Reader, 768)
+ key, err := rsa.GenerateKey(rand.Reader, 2048)
13
if err != nil {
14
return nil, err
15
}
0 commit comments