mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-07 07:33:52 +02:00
better defaults
This commit is contained in:
parent
bff7c414b2
commit
e99d5dffea
1 changed files with 3 additions and 3 deletions
6
algo
6
algo
|
@ -56,15 +56,15 @@ ansible-playbook deploy.yml -t digitalocean,vpn -e "do_access_token=$do_access_t
|
||||||
ec2 () {
|
ec2 () {
|
||||||
read -p "
|
read -p "
|
||||||
Enter your aws_access_key (http://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSGettingStartedGuide/AWSCredentials.html):
|
Enter your aws_access_key (http://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSGettingStartedGuide/AWSCredentials.html):
|
||||||
[asdf...]: " -rs aws_access_key
|
[AKIA...]: " -rs aws_access_key
|
||||||
|
|
||||||
read -p "
|
read -p "
|
||||||
Enter your aws_secret_key (http://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSGettingStartedGuide/AWSCredentials.html):
|
Enter your aws_secret_key (http://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSGettingStartedGuide/AWSCredentials.html):
|
||||||
[asdf...]: " -rs aws_secret_key
|
[ABCD...]: " -rs aws_secret_key
|
||||||
|
|
||||||
read -p "
|
read -p "
|
||||||
Enter the local path to your SSH public key:
|
Enter the local path to your SSH public key:
|
||||||
[adsf]: " -r ssh_public_key
|
[~/.ssh/id_rsa.pub]: " -r ssh_public_key
|
||||||
|
|
||||||
read -p "
|
read -p "
|
||||||
Name the vpn server:
|
Name the vpn server:
|
||||||
|
|
Loading…
Add table
Reference in a new issue