termux and ssh

June 22, 2024 // Posted in Geek  

Let me takes here a note about what is needed to connect through ssh from the phone to an ssh server. A good up to do this is termux. But if the ssh server requires connection through ssh-key, these are the needed steps

  • Open termux app on your phone
  • pkg install openssh
  • ssh-keygent-t rsa
  • You will get the key in /data/data/com.termux/files/home/.ssh/id_rsa
  • Move the public key to the server and you will be done

This entry was posted on June 22, 2024 at 8:47 am and is filed under Geek. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

Leave a Reply (name & email required)

Time limit is exhausted. Please reload CAPTCHA.