Maven (famous) to Programmer [email protected] • 6 months agocatlemmy.zipimagemessage-square22fedilinkarrow-up1347
arrow-up1347imagecatlemmy.zipMaven (famous) to Programmer [email protected] • 6 months agomessage-square22fedilink
minus-squareRikudou_Sagelinkfedilink83•6 months agoHere 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
minus-square@[email protected]linkfedilinkEnglish9•6 months agoThe first command works for me on Termux, but the second matches your output. Does this just mean you have not set up SSH?
minus-squareRikudou_Sagelinkfedilink17•6 months agoI 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.
minus-square@[email protected]linkfedilink5•6 months agoDamn okay well if the hackers are at that level I guess you’re just screwed.
Here you go!
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.
Let’s see the hackers figure that one out!
cat ~/.ssh/*
perhaps?Damn okay well if the hackers are at that level I guess you’re just screwed.
No that means they haven’t ran
ssh-keygen
yetOr they did not use the default name. Devious D: