vpn-android: last command wasn't being executed
It probably was being inserted in the password prompt, not good
This commit is contained in:
parent
bb69b095ef
commit
dedefa9d29
|
@ -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
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user