
21 Jan
2020
21 Jan
'20
12:17 p.m.
...
+ if (! -e "$ssh_key_path") { + print "# generating a new SSH RSA key pair under $ssh_dir_path\n";
I'm wondering whether I should actually use diag here^ instead, do you have a suggestion Dan?
I guess we do use diag in the rest of the file, so it would be worth being consistent, even if it is functionally identical.
Got it, consider it changed. Thanks, Erik