mirror of
https://github.com/trailofbits/algo
synced 2024-11-18 09:25:38 +00:00
default value for a public key
This commit is contained in:
parent
08145447b3
commit
bb2691affe
2
ec2.yml
2
ec2.yml
@ -53,7 +53,7 @@
|
|||||||
private: no
|
private: no
|
||||||
|
|
||||||
- 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:\n"
|
||||||
default: "~/.ssh/id_rsa.pub"
|
default: "~/.ssh/id_rsa.pub"
|
||||||
private: no
|
private: no
|
||||||
|
|
||||||
|
2
gce.yml
2
gce.yml
@ -24,7 +24,7 @@
|
|||||||
private: no
|
private: no
|
||||||
|
|
||||||
- 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:\n"
|
||||||
default: "~/.ssh/id_rsa.pub"
|
default: "~/.ssh/id_rsa.pub"
|
||||||
private: no
|
private: no
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user