MikroTik Changelog Tracker
← Back to search All components

Component: ssh

139 changelog entries across 73 version(s)

Releases by channel (stacked)

6.48.3 Stable 2021-May-25 (4 years ago)
  • return proper error code from executed command;
6.48 Stable 2020-Dec-22 (5 years ago)
  • fixed returned output saving to file when "output-to-file" parameter is used;
  • skip interactive authentication when not running in interactive mode;
6.47 Stable 2020-Jun-02 (5 years ago)
  • improved SSH service stability when receiving bogus packets;
6.45.9 Long-term 2020-Apr-30 (5 years ago)
  • added support for RSA keys with SHA256 hash (RFC8332);
6.46.6 Stable 2020-Apr-27 (5 years ago)
  • fixed SHA256 user authentication algorithm checking (introduced in v6.46.4);
6.46.4 Stable 2020-Feb-21 (6 years ago)
  • added support for RSA keys with SHA256 hash (RFC8332);
6.45.8 Long-term 2020-Jan-23 (6 years ago)
  • fixed output printing when "command" parameter used;
6.46 Stable 2019-Dec-02 (6 years ago)
  • fixed output printing when "command" parameter used;
6.44.6 Long-term 2019-Oct-24 (6 years ago)
  • accept remote forwarding requests with empty hostnames;
  • fixed carriage return presence in subsequent sessions;
  • improved remote forwarding handling (introduced in v6.44.3);
6.45.5 Stable 2019-Aug-26 (6 years ago)
  • fixed carriage return presence in subsequent sessions;
6.45.2 Stable 2019-Jul-17 (6 years ago)
  • do not enable "none-crypto" if "strong-crypto" is enabled on upgrade (introduced in v6.45);
  • fixed executed command output printing (introduced in v6.45);
6.44.5 Long-term 2019-Jul-04 (6 years ago)
  • fixed non-interactive multiple command execution;
6.45.1 Stable 2019-Jun-27 (6 years ago)
  • accept remote forwarding requests with empty hostnames;
  • added new "ssh-exec" command for non-interactive command execution;
  • fixed non-interactive multiple command execution;
  • improved remote forwarding handling (introduced in v6.44.3);
  • improved session rekeying process on exchanged data size threshold;
  • keep host keys when resetting configuration with "keep-users=yes";
  • use correct user when "output-to-file" parameter is used;
6.43.15 Long-term 2019-May-10 (6 years ago)
  • do not generate host key on configuration export;
6.44.3 Stable 2019-Apr-23 (6 years ago)
  • added "both", "local" and "remote" options for "forwarding-enabled" parameter;
  • do not generate host key on configuration export;
  • fixed multiline non-interactive command execution;
6.43.13 Long-term 2019-Mar-13 (6 years ago)
  • close active SSH connections before IPsec connections on shutdown;
6.44 Stable 2019-Feb-25 (7 years ago)
  • added "allow-none-crypto" parameter to disable "none" encryption usage (CLI only);
  • added error log message when key exchange fails;
  • close active SSH connections before IPsec connections on shutdown;
  • fixed public key format compatibility with RFC4716;
6.43 Stable 2018-Sep-06 (7 years ago)
  • disconnect all active connections when device gets rebooted or turned off;
  • strengthen strong-crypto (add aes-128-ctr and disallow hmac sha1 and groups with sha1);
6.42.5 Stable 2018-Jun-26 (7 years ago)
  • allow to use "diffie-hellman-group1-sha1" on TILE and x86 devices with "strong-crypto" disabled;
6.40.8 Long-term 2018-Apr-23 (7 years ago)
  • fixed SSH service becoming unavailable;
6.42 Stable 2018-Apr-13 (7 years ago)
  • fixed SSH service becoming unavailable;
  • generate SSH keys only on the first connect attempt instead of the first boot;
  • improved key import error messages;
  • remove imported public SSH keys when their owner user is removed;
6.41 Stable 2017-Dec-22 (8 years ago)
  • do not use DH group1 with strong-crypto enabled;
  • enforced 2048bit DH group on tile and x86 architectures;
6.39.3 Long-term 2017-Oct-12 (8 years ago)
  • do not execute command if it starts with "-" symbol;
6.40.3 Stable 2017-Sep-01 (8 years ago)
  • do not execute command if it starts with "-" symbol;
6.38.1 Stable 2017-Jan-13 (9 years ago)
  • fixed high memory consumption when transferring file over ssh tunnel;