MikroTik Changelogs
← Back to search All components

Component: ssh

258 changelog entries across 158 version(s)

Releases by channel (stacked)

7.10beta5 Testing 2023-May-09 (2 years ago)
  • added inline key "passphrase" property;
7.9 Stable 2023-May-02 (3 years ago)
  • added Ed25519 host key support;
  • added support for Ed25519 key export and import in PKCS8 format;
  • do not allow SHA1 usage with strong crypto enabled;
  • improved service responsiveness when changing SSH service settings;
  • improved SSH key import process;
7.9rc4 Testing 2023-Apr-24 (3 years ago)
  • fixed SSH host key export (introduced in v7.9beta4);
7.9rc2 Testing 2023-Apr-05 (3 years ago)
  • added support for Ed25519 key export and import in PKCS8 format;
7.9rc1 Testing 2023-Mar-30 (3 years ago)
  • added support for Ed25519 key export and import in PKCS8 format;
  • improved system stability when using SSH tunneling (introduced in v7.9beta4);
7.9beta4 Testing 2023-Mar-23 (3 years ago)
  • added Ed25519 host key support;
  • do not allow SHA1 usage with strong crypto enabled;
  • improved service responsiveness when changing SSH service settings;
  • improved SSH key import process;
7.8 Stable 2023-Feb-24 (3 years ago)
  • hard-coded "localhost" address for forwarding requests;
  • improved system stability when processing none-crypto SSH connection;
7.8rc1 Testing 2023-Feb-08 (3 years ago)
  • improved system stability when processing none-crypto SSH connection;
7.8beta2 Testing 2023-Jan-20 (3 years ago)
  • hard-coded "localhost" address for forwarding requests;
7.7 Stable 2023-Jan-12 (3 years ago)
  • added support for Ed25519 key exchange;
  • do not allow SHA1 usage with strong crypto enabled;
  • fixed handling of non standard size RSA keys;
7.7beta8 Testing 2022-Nov-23 (3 years ago)
  • added support for Ed25519 key exchange;
  • fixed handling of non standard size RSA keys;
7.7beta6 Testing 2022-Nov-04 (3 years ago)
  • do not allow SHA1 usage with strong crypto enabled;
7.6 Stable 2022-Oct-17 (3 years ago)
  • increased key generation timeout;
7.6beta6 Testing 2022-Sep-07 (3 years ago)
  • increased key generation timeout;
7.5 Stable 2022-Aug-30 (3 years ago)
  • added AES support for PEM decryption;
  • fixed importing of public keys;
  • fixed minor typo issue when importing public key;
7.5rc1 Testing 2022-Aug-19 (3 years ago)
  • added AES support for PEM decryption;
  • fixed importing of public keys;
  • fixed minor typo issue when importing public key;
7.5beta8 Testing 2022-Aug-09 (3 years ago)
  • added AES support for PEM decryption;
7.5beta4 Testing 2022-Jul-22 (3 years ago)
  • fixed importing of public keys;
  • fixed minor typo issue when importing public key;
7.4 Stable 2022-Jul-19 (3 years ago)
  • disable ssh-rsa when strong-crypto=yes and use rsa-sha2-sha256;
  • fixed host key generation (introduced in v7.3);
  • implemented "server-sig-algs" extension in order to improve rsa-sha2-sha256 support;
7.4beta4 Testing 2022-Jun-15 (3 years ago)
  • fixed host key generation (introduced in v7.3);
7.3 Stable 2022-Jun-06 (3 years ago)
  • added AES-GCM cipher support;
  • fail non-interactive client after first invalid password;
  • fixed corrupt host key automatic regeneration;
  • fixed private key usage after downgrade;
  • removed DSA public key authentication support;
7.3rc2 Testing 2022-Jun-02 (3 years ago)
  • fixed corrupt host key automatic regeneration;
7.3rc1 Testing 2022-May-27 (3 years ago)
  • fixed private key usage after downgrade;
7.3beta40 Testing 2022-May-11 (3 years ago)
  • added AES-GCM cipher support;
  • removed DSA public key authentication support;
7.3beta34 Testing 2022-Apr-20 (4 years ago)
  • fail non-interactive client after first invalid password;