Différences

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

Lien vers cette vue comparative

Prochaine révision
Révision précédente
kb_it:ssh [2022/01/13 10:38] – créée befekb_it:ssh [2022/11/27 18:57] (Version actuelle) – créée befe
Ligne 1: Ligne 1:
 ====== SSH ====== ====== SSH ======
  
-===== Problèmes connus =====+==== Configuration ====
  
 +https://stribika.github.io/2015/01/04/secure-secure-shell.html
 +
 +==== Audit ====
 +
 +https://www.sshaudit.com\\
 +https://github.com/evict/SSHScan
 +
 +==== Qualys ssl test ====
 +
 +https://www.ssllabs.com/ssltest
 +
 +==== Observatory mozilla (inclue le test qualys) ====
 +
 +https://observatory.mozilla.org
 +
 +==== Config tls mozilla ====
 +
 +https://ssl-config.mozilla.org
 +
 +==== Problèmes connus ====
 +
 +<code>
 Warning: the ECDSA host key for '<host.domain.net>' differs from the key for the IP address '<ip address>' Warning: the ECDSA host key for '<host.domain.net>' differs from the key for the IP address '<ip address>'
 +</code>
  
 <code bash> <code bash>
-ssh-keygen -R <ip address>+ssh-keygen -R <ip address>
 </code> </code>