Added options 'php-censor.ssh.strength' and 'php-censor.ssh.comment'
for SSH keys generation. Issue #154.
This commit is contained in:
parent
61f512fd22
commit
d28d496264
5 changed files with 30 additions and 12 deletions
|
|
@ -265,6 +265,10 @@ class InstallCommand extends Command
|
|||
'smtp_password' => null,
|
||||
'smtp_encryption' => false,
|
||||
],
|
||||
'ssh' => [
|
||||
'strength' => 2048,
|
||||
'comment' => 'admin@php-censor',
|
||||
],
|
||||
'bitbucket' => [
|
||||
'username' => null,
|
||||
'app_password' => null,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue