mirror of
https://github.com/trailofbits/algo
synced 2024-11-18 09:25:38 +00:00
default value for a public key #54
This commit is contained in:
parent
263c3ac89d
commit
08145447b3
1
ec2.yml
1
ec2.yml
@ -54,6 +54,7 @@
|
|||||||
|
|
||||||
- name: "ssh_public_key"
|
- name: "ssh_public_key"
|
||||||
prompt: "Enter the local path to your SSH public key (ex: ~/.ssh/id_rsa.pub):\n"
|
prompt: "Enter the local path to your SSH public key (ex: ~/.ssh/id_rsa.pub):\n"
|
||||||
|
default: "~/.ssh/id_rsa.pub"
|
||||||
private: no
|
private: no
|
||||||
|
|
||||||
- name: "dns_enabled"
|
- name: "dns_enabled"
|
||||||
|
1
gce.yml
1
gce.yml
@ -25,6 +25,7 @@
|
|||||||
|
|
||||||
- name: "ssh_public_key"
|
- name: "ssh_public_key"
|
||||||
prompt: "Enter the local path to your SSH public key [ex: ~/.ssh/id_rsa.pub] :\n"
|
prompt: "Enter the local path to your SSH public key [ex: ~/.ssh/id_rsa.pub] :\n"
|
||||||
|
default: "~/.ssh/id_rsa.pub"
|
||||||
private: no
|
private: no
|
||||||
|
|
||||||
- name: "zone"
|
- name: "zone"
|
||||||
|
Loading…
Reference in New Issue
Block a user