• Rikudou_Sage
    link
    fedilink
    6718 hours ago

    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]
      link
      fedilink
      English
      715 hours ago

      The first command works for me on Termux, but the second matches your output. Does this just mean you have not set up SSH?

      • Rikudou_Sage
        link
        fedilink
        119 hours ago

        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.

      • whoareu
        link
        fedilink
        410 hours ago

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

        • idunnololz
          link
          410 hours ago

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

    • @[email protected]
      link
      fedilink
      711 hours ago

      Fact of the matter is RSA is perfectly secure still…and ECDSA/ED25519 should also be extinct given the rising need for post quantum cryptography

    • @friend_of_satan
      link
      English
      19
      edit-2
      14 hours ago

      A few days ago I was messing with my ubiquiti dream router and its ssh config option said the key should start with ssh-rsa 🙄

      • @[email protected]
        link
        fedilink
        1412 hours ago

        It probably accepts other key types and it’s just the UI that’s outdated. I doubt they’re using an SSH implementation other than Dropbear or OpenSSH, and both support ed25519.

    • Björn Tantau
      link
      fedilink
      3317 hours ago

      If I had a nickel for every time I had to change my ssh key algorithm I’d have two nickels.

      Which isn’t much but it’s concerning that it happened twice.