15
Help with getting into SSH
(mander.xyz)
All about open source! Feel free to ask questions, and share news, and interesting stuff!
Community icon from opensource.org, but we are not affiliated with them.
I don't know connectbot, but it's probably not putting the keys where openssh is expecting them.
By default, ssh looks for keys in ~/.ssh/id_rsa(.pub for the public key).
What I would do is just run ssh-keygen from termux, let it create the .ssh folder and set the correct permissions etc., see where it put that folder, and then just replace the id_rsa files with those from connectbot.
Just highlighting a small bit for redundancy: Make sure the correct permissions are set in your .ssh folder!