diff --git a/Ssh poor-man's-vpn on android.md b/Ssh poor-man's-vpn on android.md index 140a5d4..9d885ca 100644 --- a/Ssh poor-man's-vpn on android.md +++ b/Ssh poor-man's-vpn on android.md @@ -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 ```