mirror of
https://github.com/trailofbits/algo.git
synced 2025-08-15 09:13:01 +02:00
#99 also
This commit is contained in:
parent
f3f2002e07
commit
443f42ca32
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):
|
||||
: " -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…
Add table
Reference in a new issue