vpn-android: last command wasn't being executed

It probably was being inserted in the password prompt, not good
This commit is contained in:
Marco D'Agostini 2020-11-02 12:09:36 -05:00
parent bb69b095ef
commit dedefa9d29

View File

@ -52,7 +52,7 @@ tags: tutorial, android, ssh, firefox, termux, proxy
ssh-keygen -t ecdsa -f ~/.ssh/id_ecdsa &&
# Set a password for the private key
# Get public key
echo -e '\nCopy the following public key:'
echo -e '\nCopy the following public key:' &&
cat ~/.ssh/id_ecdsa.pub
```