mirror of
https://github.com/trailofbits/algo.git
synced 2025-08-15 09:13:01 +02:00
resolves #99
This commit is contained in:
parent
5dd98ca46c
commit
abf67b05c2
1 changed files with 2 additions and 2 deletions
4
algo
4
algo
|
@ -62,9 +62,9 @@ Enter your aws_access_key (http://docs.aws.amazon.com/AWSSimpleQueueService/late
|
||||||
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):
|
||||||
: " -rs aws_secret_key
|
: " -rs aws_secret_key
|
||||||
|
|
||||||
read -p "
|
read -e -p "
|
||||||
Enter the local path to your SSH public key:
|
Enter the local path to your SSH public key:
|
||||||
: " -r ssh_public_key
|
: " -i "~/.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