vpn-android: last command wasn't being executed
It probably was being inserted in the password prompt, not good
This commit is contained in:
@@ -52,7 +52,7 @@ tags: tutorial, android, ssh, firefox, termux, proxy
|
|||||||
ssh-keygen -t ecdsa -f ~/.ssh/id_ecdsa &&
|
ssh-keygen -t ecdsa -f ~/.ssh/id_ecdsa &&
|
||||||
# Set a password for the private key
|
# Set a password for the private key
|
||||||
# Get public key
|
# Get public key
|
||||||
echo -e '\nCopy the following public key:'
|
echo -e '\nCopy the following public key:' &&
|
||||||
cat ~/.ssh/id_ecdsa.pub
|
cat ~/.ssh/id_ecdsa.pub
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user