1
0
Fork 0
mirror of https://github.com/trailofbits/algo.git synced 2025-05-14 11:53:55 +02:00

Removed ssh_public_key variable for AWS. Issue ()

This commit is contained in:
Arun John Kuruvilla 2018-03-27 14:53:13 -04:00 committed by Jack Ivanov
parent 32cbec6f5b
commit aea9c9a5e2
2 changed files with 1 additions and 2 deletions

2
algo
View file

@ -281,7 +281,7 @@ Enter the number of your desired region:
esac
ROLES="ec2 vpn cloud"
EXTRA_VARS="aws_access_key=$aws_access_key aws_secret_key=$aws_secret_key aws_server_name=$aws_server_name ssh_public_key=$ssh_public_key region=$region"
EXTRA_VARS="aws_access_key=$aws_access_key aws_secret_key=$aws_secret_key aws_server_name=$aws_server_name region=$region"
}
lightsail () {

View file

@ -87,7 +87,6 @@ Required variables:
- aws_access_key
- aws_secret_key
- aws_server_name
- ssh_public_key
- region
Possible options for `region`: