Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Last active July 31, 2019 16:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/00016baa2ec38ed0484300584bb85256 to your computer and use it in GitHub Desktop.
Save parzibyte/00016baa2ec38ed0484300584bb85256 to your computer and use it in GitHub Desktop.
Configurar directorio SSH sobre Android usando Termux | https://parzibyte.me/blog/2019/07/31/servidor-ssh-termux-android/
touch ~/.ssh/authorized_keys
chmod 600 ~/.ssh/authorized_keys
chmod 700 ~/.ssh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment