Maven (famous)@lemmy.zip to Programmer Humor@programming.dev · 2 年前catlemmy.zipimagemessage-square22linkfedilinkarrow-up1348arrow-down119
arrow-up1329arrow-down1imagecatlemmy.zipMaven (famous)@lemmy.zip to Programmer Humor@programming.dev · 2 年前message-square22linkfedilink
minus-squareRikudou_Sage@lemmings.worldlinkfedilinkarrow-up83·2 年前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
minus-squareSatyrSack@feddit.orglinkfedilinkEnglisharrow-up9·2 年前The 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_Sage@lemmings.worldlinkfedilinkarrow-up17·2 年前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.
minus-squarethanks_shakey_snake@lemmy.calinkfedilinkarrow-up9·2 年前Let’s see the hackers figure that one out!
minus-squarethanks_shakey_snake@lemmy.calinkfedilinkarrow-up5·2 年前Damn okay well if the hackers are at that level I guess you’re just screwed.
minus-squarekionite231@lemmy.calinkfedilinkarrow-up5arrow-down1·2 年前No that means they haven’t ran ssh-keygen yet
minus-squareidunnololz@lemmy.worldlinkfedilinkarrow-up5·2 年前Or they did not use the default name. Devious D:
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 directoryThe 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-keygenyetOr they did not use the default name. Devious D: