meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
sw:ssh:issues [2023/07/14 15:29] niziaksw:ssh:issues [2025/11/12 10:56] (current) niziak
Line 1: Line 1:
 ====== Issues ====== ====== Issues ======
 +
 +<code>userauth_pubkey: signature algorithm ssh-rsa not in PubkeyAcceptedAlgorithms [preauth]</code>
 +
 +''ssh-rsa'' is disabled due to security reason: [[https://www.openssh.org/txt/release-8.2|release-8.2]]
 +
 +Needs to use ''rsa-sha2-256'' or ''rsa-sha2-512'':
 +<code bash>
 +ssh-keygen -t rsa-sha2-512 -b 2048
 +</code>
 +
  
 ===== debug1: expecting SSH2_MSG_KEX_ECDH_REPLY ===== ===== debug1: expecting SSH2_MSG_KEX_ECDH_REPLY =====