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

Programmer Humor

19557 readers
1029 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] 4 points 2 weeks ago (1 children)

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

[–] [email protected] 5 points 2 weeks ago

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

load more comments (4 replies)
load more comments (4 replies)