mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-05 22:54:01 +02:00
SSH fix for old bash versions #160
This commit is contained in:
parent
0269cafff7
commit
48231cf020
1 changed files with 3 additions and 3 deletions
6
algo
6
algo
|
@ -93,10 +93,10 @@ Enter your azure subscription_id (https://docs.ansible.com/ansible/guide_azure.h
|
|||
You can skip this step if you want to use your defaults credentials from ~/.azure/credentials
|
||||
[...]: " -rs azure_subscription_id
|
||||
|
||||
read -e -p "
|
||||
read -p "
|
||||
|
||||
Enter the local path to your SSH public key:
|
||||
: " -i "~/.ssh/id_rsa.pub" -r ssh_public_key
|
||||
Enter the local path to your SSH public key (~/.ssh/id_rsa.pub): " -r ssh_public_key
|
||||
ssh_public_key=${ssh_public_key:-$HOME/.ssh/id_rsa.pub}
|
||||
|
||||
read -p "
|
||||
Name the vpn server:
|
||||
|
|
Loading…
Add table
Reference in a new issue