gitpel / letsencrypt-routeros

Let's Encrypt certificates for RouterOS / Mikrotik
GNU General Public License v3.0
294 stars 110 forks source link

Use RSA SSH keys #8

Closed danb35 closed 3 years ago

danb35 commented 5 years ago

DSA SSH keys are deprecated in RouterOS (see https://wiki.mikrotik.com/wiki/Use_SSH_to_execute_commands_(DSA_key_login)#DSA_deprecated) and thus won't work for automated SSH logins without configuration changes on the router. However, RSA keys work just fine. These commits edit the README to generate/copy/install RSA keys, and the .settings file to use the RSA key rather than DSA.

danb35 commented 3 years ago

Closing in favor of #12