this post was submitted on 26 Oct 2024
327 points (94.8% liked)

Programmer Humor

19557 readers
1207 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] 83 points 2 weeks ago (7 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] 9 points 2 weeks ago (6 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] 17 points 2 weeks ago (3 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] 9 points 2 weeks ago (1 children)

Let's see the hackers figure that one out!

[–] [email protected] 5 points 2 weeks ago (1 children)
[–] [email protected] 5 points 2 weeks ago

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

load more comments (1 replies)
load more comments (3 replies)
load more comments (3 replies)