Skip to content

Commit 693b409

Browse files
Increase diego-ssh RSA host key from 2048 to 4096 bits
Strengthen the SSH host key used by diego-sshd in LRPs by changing the default RSA key size from 2048 to 4096 bits.
1 parent e8fbfa6 commit 693b409

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/cloud_controller/diego/ssh_key.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ module VCAP
88
module CloudController
99
module Diego
1010
class SSHKey
11-
def initialize(bits=2048)
11+
def initialize(bits=4096)
1212
@bits = bits
1313
end
1414

0 commit comments

Comments
 (0)