mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-05 22:54:01 +02:00
default value for a public key #54
This commit is contained in:
parent
263c3ac89d
commit
08145447b3
2 changed files with 2 additions and 0 deletions
1
ec2.yml
1
ec2.yml
|
@ -54,6 +54,7 @@
|
|||
|
||||
- name: "ssh_public_key"
|
||||
prompt: "Enter the local path to your SSH public key (ex: ~/.ssh/id_rsa.pub):\n"
|
||||
default: "~/.ssh/id_rsa.pub"
|
||||
private: no
|
||||
|
||||
- name: "dns_enabled"
|
||||
|
|
1
gce.yml
1
gce.yml
|
@ -25,6 +25,7 @@
|
|||
|
||||
- name: "ssh_public_key"
|
||||
prompt: "Enter the local path to your SSH public key [ex: ~/.ssh/id_rsa.pub] :\n"
|
||||
default: "~/.ssh/id_rsa.pub"
|
||||
private: no
|
||||
|
||||
- name: "zone"
|
||||
|
|
Loading…
Add table
Reference in a new issue