You're viewing a single thread.
All Comments
22 comments
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
85 0 ReplyThe first command works for me on Termux, but the second matches your output. Does this just mean you have not set up SSH?
9 0 ReplyI 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.
17 0 ReplyLet's see the hackers figure that one out!
9 0 Replycat ~/.ssh/*
perhaps?7 0 ReplyDamn okay well if the hackers are at that level I guess you're just screwed.
5 0 Reply
No that means they haven't ran
ssh-keygen
yet5 1 ReplyOr they did not use the default name. Devious D:
5 0 Reply
22 comments
Scroll to top