About 50 results
Open links in new tab
  1. r/redhat on Reddit: could not connect to the rhel-9 from putty in ...

    Jun 16, 2023 · The SSH-RSA signature algorithm was formally deprecated by OpenSSH two years ago. This is not the same as an RSA SSH key, it's the algorithm used to verify key …

  2. ELI5: How exactly does the math of RSA encryption work? : r ...

    Jun 2, 2021 · The actual RSA algorithm is this, with small optimizations. For instance, turns out (q-1) (p-1) is not the best number we can use for this and we can use a smaller number that …

  3. Has anyone read about the guy who claims to have cracked RSA …

    Nov 3, 2023 · I saw a story about a researcher who claims to have developed a method wherein "instead of using Shor's algorithm to crack the keys, they employed a system based on …

  4. r/fortinet on Reddit: Deprecated & insecure ssh host keys installed …

    May 14, 2023 · On newer openssh versions, you cannot connect unless you explicitly allow the outdated ssh-rsa (=sha1 signed rsa keys) algorithms like this: -o …

  5. ELI5: why only prime numbers are used in RSA encryption? : r

    Jun 12, 2022 · Without going into detail on how the algorithm actually works: RSA uses a large number called the "modulus", or simply M. From this number you can create pairs of numbers, …

  6. Someone, please help me figure out what's going on (SSH) : r

    Jun 3, 2023 · true" server used untrusted RSA signature algorithm ssh-rsa " ssh-rsa is being phased out and your client is not accepting that key type anymore, but your remote server is …

  7. Does anyone actually use RSA anymore? : r/QuantumComputing

    Jul 6, 2023 · Does anyone actually use RSA anymore? We hear all the time about how shor’s algorithm is a killer app for quantum computers, but it seems like everyone is moving over to …

  8. Can you break the RSA? : r/crypto - Reddit

    Jun 12, 2022 · In the case of RSA, quantum computers have access to the Shor's algorithm, which, if I understand correctly, makes it quadratically easier to factor the primes, so my …

  9. SSH Error "Couldn't agree a host key algorithm (available: rsa

    Jan 12, 2024 · HostKeyAlgorithms +ssh-ed25519,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,ssh-rsa sshd_config file I added a line, I used the same …

  10. SSH Key: no mutual signature algorithm : r/linuxquestions - Reddit

    Oct 27, 2021 · You can force the ssh client to use it by using -o PubkeyAcceptedKeyTypes=+ssh-rsa (you can put it in ~/.ssh/config too), or with the preferred solution you can create a …