this post was submitted on 26 Oct 2024
342 points (94.1% liked)

Programmer Humor

19443 readers
34 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 89 points 5 days ago (1 children)

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
[–] [email protected] 10 points 5 days ago (2 children)

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

[–] [email protected] 20 points 4 days ago (1 children)

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.

[–] [email protected] 11 points 4 days ago (1 children)

Let's see the hackers figure that one out!

[–] [email protected] 8 points 4 days ago (1 children)
[–] [email protected] 6 points 4 days ago

Damn okay well if the hackers are at that level I guess you're just screwed.

[–] [email protected] 6 points 4 days ago (1 children)

No that means they haven't ran ssh-keygen yet

[–] [email protected] 7 points 4 days ago

Or they did not use the default name. Devious D: