Outils pour utilisateurs

Outils du site


tech:pb_ssh_-_no_matching_cipher_found

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
tech:pb_ssh_-_no_matching_cipher_found [2025/03/24 15:46] Jean-Baptistetech:pb_ssh_-_no_matching_cipher_found [2025/03/24 16:08] (Version actuelle) Jean-Baptiste
Ligne 1: Ligne 1:
 +<!DOCTYPE markdown>
 {{tag>Pb Crypt ssh SSHConfig}} {{tag>Pb Crypt ssh SSHConfig}}
  
-Pb ssh - no matching cipher found+Pb ssh - no matching cipher found
  
  
-<code ->+~~~
 $ ssh old-rhel3 $ ssh old-rhel3
 Unable to negotiate with UNKNOWN port 65535: no matching cipher found. Their offer: aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc,rijndael-cbc@lysator.liu.se Unable to negotiate with UNKNOWN port 65535: no matching cipher found. Their offer: aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc,rijndael-cbc@lysator.liu.se
-</code>+~~~
  
-== Solution 
  
-<code bash>+## Solution 
 + 
 +~~~bash
 ssh -c aes128-cbc old-rhel3 ssh -c aes128-cbc old-rhel3
-</code>+~~~
  
 ou mettre ''Ciphers +aes256-cbc'' dans le ''~/.ssh/config'' pour ne pas à avoir ajouter systématiquement ''-c aes128-cbc'' ou mettre ''Ciphers +aes256-cbc'' dans le ''~/.ssh/config'' pour ne pas à avoir ajouter systématiquement ''-c aes128-cbc''
-<code - ~/.ssh/config>+ 
 +~/.ssh/config 
 +~~~
 Host old-rhel3 Host old-rhel3
         KexAlgorithms +diffie-hellman-group1-sha1,diffie-hellman-group14-sha1         KexAlgorithms +diffie-hellman-group1-sha1,diffie-hellman-group14-sha1
Ligne 23: Ligne 27:
         SetEnv TERM=linux         SetEnv TERM=linux
         Ciphers +aes256-cbc         Ciphers +aes256-cbc
-</code>+~~~
  
  
  
tech/pb_ssh_-_no_matching_cipher_found.1742827619.txt.gz · Dernière modification : de Jean-Baptiste

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki