• Rikudou_Sage
    link
    fedilink
    8426 days 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
    
    • Björn Tantau
      link
      fedilink
      3826 days 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.

    • @friend_of_satan@lemmy.world
      link
      fedilink
      English
      23
      edit-2
      26 days 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 🙄

      • @dan@upvote.au
        link
        fedilink
        1926 days 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.

        • dbx12
          link
          fedilink
          225 days ago

          Could be stupid input validation which requires ^ssh-rsa

    • @Scoopta@programming.dev
      link
      fedilink
      1126 days 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

        • @Scoopta@programming.dev
          link
          fedilink
          125 days ago

          Most of the situations I encounter RSA are in projects where I hope RSA is implemented correctly. I have a lot of Let’s Encrypt certs that are still RSA and my main SSH keys are still RSA. All of these were generated quite some time ago. I understand the problem with projects that implement it incorrectly but I’d hope OpenSSH and certbot aren’t those projects 😥

          • @computergeek125@lemmy.world
            link
            fedilink
            English
            124 days ago

            For Certbot, I think it’s even further up the chain - OpenSSL. And if you’re installing it to Apache or Nginx, its probably just OpenSSL again.

    • 🍆 💦
      link
      fedilink
      224 days ago

      Azure DevOps only allows you to use RSA keys. This caused a major outage in May (they switched from V1 to V2) :).

  • @dosuser123456
    link
    1
    edit-2
    10 days ago

    i havent even configured my ssh

    ~ $ cat ~/.ssh/id_rsa
    cat: /home/dos/.ssh/id_rsa: No such file or directory
    ~ $ cat ~/.ssh/id_ed25519
    cat: /home/dos/.ssh/id_ed25519: No such file or directory
    

    (i jut realized i gorgot rthis part)