mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-07 07:33:52 +02:00
#99 also
This commit is contained in:
parent
1ef182bc72
commit
ff66be9ba8
1 changed files with 2 additions and 2 deletions
4
algo
4
algo
|
@ -113,9 +113,9 @@ gce () {
|
||||||
Enter the local path to your credentials JSON file (https://support.google.com/cloud/answer/6158849?hl=en&ref_topic=6262490#serviceaccounts):
|
Enter the local path to your credentials JSON file (https://support.google.com/cloud/answer/6158849?hl=en&ref_topic=6262490#serviceaccounts):
|
||||||
: " -r credentials_file
|
: " -r credentials_file
|
||||||
|
|
||||||
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