Инструменты пользователя

Инструменты сайта


nix:tipovye_problemy

Различия

Показаны различия между двумя версиями страницы.

Ссылка на это сравнение

Предыдущая версия справа и слеваПредыдущая версия
Следующая версия
Предыдущая версия
nix:tipovye_problemy [2024/01/26 11:47] – [ssh: sign_and_send_pubkey: signing failed: agent refused operation] sannix:tipovye_problemy [2025/09/02 10:52] (текущий) – [ssh_dispatch_run_fatal: Connection to port 22: error in libcrypto] san
Строка 33: Строка 33:
 ==== no matching key exchange method found. Their offer: diffie-hellman-group14-sha1 ==== ==== no matching key exchange method found. Their offer: diffie-hellman-group14-sha1 ====
 Сделать в файле ~/.ssh/config следующие строки Сделать в файле ~/.ssh/config следующие строки
 +<file>
 Host server_name server_ip Host server_name server_ip
     KexAlgorithms +diffie-hellman-group14-sha1     KexAlgorithms +diffie-hellman-group14-sha1
 +</file>
  
 ==== no matching host key type found. Their offer: ssh-dss ==== ==== no matching host key type found. Their offer: ssh-dss ====
 Сделать в файле ~/.ssh/config следующие строки Сделать в файле ~/.ssh/config следующие строки
 +<file>
 Host server_name server_ip Host server_name server_ip
     HostKeyAlgorithms +ssh-dss     HostKeyAlgorithms +ssh-dss
 +</file>
  
 +==== ssh_dispatch_run_fatal: Connection to port 22: error in libcrypto ====
 +<code console>
 +#update-crypto-policies --show
 +DEFAULT
 +#update-crypto-policies --set LEGACY
 +Setting system policy to LEGACY
 +Note: System-wide crypto policies are applied on application start-up.
 +It is recommended to restart the system for the change of policies
 +to fully take place.
 +#update-crypto-policies --show
 +LEGACY
 +</code>
  
 +<code>update-crypto-policies --set DEFAULT:SHA1</code>
  
 {{tag>linux unix "проблемы"}} {{tag>linux unix "проблемы"}}
nix/tipovye_problemy.1706258832.txt.gz · Последнее изменение: san

Если не указано иное, содержимое этой вики предоставляется на условиях следующей лицензии: Public Domain
Public Domain Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki