Maven (famous)@lemmy.zip to Programmer Humor@programming.dev · 9 days agocatlemmy.zipimagemessage-square21fedilinkarrow-up1342arrow-down119
arrow-up1323arrow-down1imagecatlemmy.zipMaven (famous)@lemmy.zip to Programmer Humor@programming.dev · 9 days agomessage-square21fedilink
minus-squareSatyrSack@feddit.orglinkfedilinkEnglisharrow-up9·9 days 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_Sage@lemmings.worldlinkfedilinkarrow-up17·8 days 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-squarethanks_shakey_snake@lemmy.calinkfedilinkarrow-up9·8 days agoLet’s see the hackers figure that one out!
minus-squarethanks_shakey_snake@lemmy.calinkfedilinkarrow-up5·8 days agoDamn okay well if the hackers are at that level I guess you’re just screwed.
minus-squarewhoareu@lemmy.calinkfedilinkarrow-up5arrow-down1·9 days agoNo that means they haven’t ran ssh-keygen yet
minus-squareidunnololz@lemmy.worldlinkfedilinkarrow-up5·8 days agoOr they did not use the default name. Devious D:
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: