mirror of
https://github.com/trailofbits/algo.git
synced 2025-04-21 00:27:08 +02:00
default value for a public key
This commit is contained in:
parent
08145447b3
commit
bb2691affe
2 changed files with 2 additions and 2 deletions
2
ec2.yml
2
ec2.yml
|
@ -53,7 +53,7 @@
|
|||
private: no
|
||||
|
||||
- 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"
|
||||
private: no
|
||||
|
||||
|
|
2
gce.yml
2
gce.yml
|
@ -24,7 +24,7 @@
|
|||
private: no
|
||||
|
||||
- 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"
|
||||
private: no
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue