From d51e300fcd74ad3e7d0ab5414eddc3b6868f2c7d Mon Sep 17 00:00:00 2001 From: Stephen Fox Date: Fri, 1 Mar 2019 12:17:13 -0500 Subject: [PATCH] Clarified comment for 'defaultRsaBits' constant. That *is* a lot of bits. --- helper/ssh/key_pair.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/helper/ssh/key_pair.go b/helper/ssh/key_pair.go index 72dd5b7f6..fd052dc2e 100644 --- a/helper/ssh/key_pair.go +++ b/helper/ssh/key_pair.go @@ -17,7 +17,8 @@ import ( ) const ( - // That's a lot of bits. + // defaultRsaBits is the default bits of entropy for a new RSA + // key pair. That's a lot of bits. defaultRsaBits = 4096 // Markers for various SSH key pair types.