SSH fix for old bash versions #160

This commit is contained in:
Jack Ivanov 2016-12-13 08:44:19 +03:00
parent 0269cafff7
commit 48231cf020

6
algo
View file

@ -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 You can skip this step if you want to use your defaults credentials from ~/.azure/credentials
[...]: " -rs azure_subscription_id [...]: " -rs azure_subscription_id
read -e -p " read -p "
Enter the local path to your SSH public key: Enter the local path to your SSH public key (~/.ssh/id_rsa.pub): " -r ssh_public_key
: " -i "~/.ssh/id_rsa.pub" -r ssh_public_key ssh_public_key=${ssh_public_key:-$HOME/.ssh/id_rsa.pub}
read -p " read -p "
Name the vpn server: Name the vpn server: