<div dir="ltr"><div>I would like to propose a change to "SSH.pm" so that it does not check for SSHv1 hosts.</div><div><br></div>When the SSH probe (SSH.pm) is enabled it executes:<div><br></div><div>  '/usr/bin/ssh-keyscan -t dsa,rsa,rsa1 127.0.0.1'</div><div><br></div><div>upon startup.  Note the key type 'rsa1' is explicitly being checked for and fails if ssh-keygen is compiled with SSHv2 support only.  I propose that the snippet of code be changed to:</div><div><br></div><div>

<div style="font-size:small;text-decoration-style:initial;text-decoration-color:initial">  '/usr/bin/ssh-keyscan -t dsa,rsa 127.0.0.1'</div><br clear="all"><div>Under the recently released FreeBSD 11.2, SSHv1 is not supported by default and thus disables the smokeping daemon.  If SSHv1 must be supported can a configuration switch be added so that SSHv2 only hosts can startup?  Thank you.</div>-- <br><div dir="ltr" class="gmail_signature"><div dir="ltr"><div dir="ltr">Kent, <a href="mailto:kent.kuriyama@gmail.com" target="_blank">kent.kuriyama@gmail.com</a><div><br></div></div></div></div></div></div>