mirror of
https://github.com/trailofbits/algo
synced 2024-11-04 06:00:21 +00:00
#99 also
This commit is contained in:
parent
1ef182bc72
commit
ff66be9ba8
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):
|
||||
: " -r credentials_file
|
||||
|
||||
read -p "
|
||||
read -e -p "
|
||||
Enter the local path to your SSH public key:
|
||||
: " -r ssh_public_key
|
||||
: " -i "~/.ssh/id_rsa.pub" -r ssh_public_key
|
||||
|
||||
read -p "
|
||||
Name the vpn server:
|
||||
|
Loading…
Reference in New Issue
Block a user