cat

Maven (famous)@lemmy.zip to Programmer Humor@programming.dev – 322 points –
22

You are viewing a single comment

Here you go!

~ $ cat ~/.ssh/id_rsa
cat: /data/data/com.termux/files/home/.ssh/id_rsa: No such file or directory
~ $ cat ~/.ssh/id_ed25519
cat: /data/data/com.termux/files/home/.ssh/id_ed25519: No such file or directory

The first command works for me on Termux, but the second matches your output. Does this just mean you have not set up SSH?

I use ssh regularly, I just use a different key for each server. And thus I don't use the default name (id_rsa) because it doesn't make sense.