About 882,000 results
Open links in new tab
  1. How does SSH encryption work? - Super User

    But if I need to encrypt data on the client for sending to the server, how does it happen? The public key encrypts data on the client? But how can the server decrypt it, if it only has the …

  2. When is asymmetric and symmetric encryption used in SSH?

    Nov 2, 2018 · In the asymmetric encryption it looks like the shared secret key (symmetric key) is always used to encrypt/decrypt the messages between the client and server. I was confused …

  3. encryption - How to use ssh-rsa public key to encrypt a text ...

    The idea is to generate a single-use symmetric key that is short enough to be encrypted using SSH public key. Then, you use the symmetric key to enrypt your text, and send both the …

  4. linux - How to change encryption algorithm for private key file …

    4 Using ssh-keygen, I need to generate a SSH private key file where the encryption algorithm used when using a passphrase is AES-128 with CBC mode. I know this is the default for …

  5. How to generate rsa-sha2-256 keys using ssh-keygen utility?

    Feb 17, 2023 · The "ssh-rsa" key type is used by the "ssh-rsa", "rsa-sha2-256" and "rsa-sha2-512" signature types. The ssh-rsa signature type is being deprecated, because of security …

  6. How do I change the allowed host key algorithms for SSH?

    May 22, 2020 · What is interesting there is the line: Skipping ssh-dss key /root/.ssh/id_dsa - not in PubkeyAcceptedKeyTypes. This variable sounds like what I am looking for, but it is not …

  7. How do I specify the key exchange method in OpenSSH?

    What I don't see is how to specify the method. In addition, I know every ssh server/client is required to support at least two methods: diffie-helleman-group1-sha1 and diffie-helleman …

  8. SSH encryption during the session, is it symmetric (a la TLS) or ...

    May 12, 2023 · I states that session communication is implemented with asymmetric encryption, using two keypairs, one for the direction client->server, and an other one to server->client. All …

  9. ssh - Automating PGP Encryption/Decryption of text files - Super …

    Oct 18, 2024 · 0 I'm setting up an SFTP from an on-premise server to a hosted server. I have the SFTP part figured out to move the files, however what I haven't figured out is the hosted …

  10. windows ssh client: how to fix "no matching cipher found"

    Feb 2, 2022 · As a workaround I can connect to these machines by using another ssh client like putty or teraterm, but I would really like to standardize on the windows ssh client.