MikroTik Changelogs
← Back to search All components

Component: ssh

282 changelog entries across 169 version(s)

Releases by channel (stacked)

6.44rc4 Testing 2019-Feb-22 (7 years ago)
  • added "allow-none-crypto" parameter to disable "none" encryption usage (CLI only);
6.44beta61 Testing 2019-Jan-17 (7 years ago)
  • close active SSH connections before IPsec connections on shutdown;
  • fixed public key format compatibility with RFC4716;
6.44beta50 Testing 2018-Dec-17 (7 years ago)
  • fixed public key format compatibility with RFC4716;
6.44beta39 Testing 2018-Nov-27 (7 years ago)
  • added "allow-none-crypto" parameter to disable "none" encryption usage (CLI only);
6.44beta28 Testing 2018-Oct-29 (7 years ago)
  • added error log message when key exchange fails;
  • fixed non-interactive shell not returning all output (introduced in v6.44);
6.44beta14 Testing 2018-Oct-01 (7 years ago)
  • fixed single command execution (introduced in v6.44beta9);
6.43 Stable 2018-Sep-06 (8 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.43rc51 Testing 2018-Aug-01 (8 years ago)
  • strengthen strong-crypto (add aes-128-ctr and disallow hmac sha1 and groups with sha1);
6.42.5 Stable 2018-Jun-26 (8 years ago)
  • allow to use "diffie-hellman-group1-sha1" on TILE and x86 devices with "strong-crypto" disabled;
6.43rc34 Testing 2018-Jun-21 (8 years ago)
  • allow to use "diffie-hellman-group1-sha1" on TILE and x86 devices with "strong-crypto" disabled;
6.43rc5 Testing 2018-Apr-25 (8 years ago)
  • disconnect all active connections when router gets rebooted or turned off;
6.40.8 Long-term 2018-Apr-23 (8 years ago)
  • fixed SSH service becoming unavailable;
6.42 Stable 2018-Apr-13 (8 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.42rc52 Testing 2018-Mar-26 (8 years ago)
  • fixed SSH service becoming unavailable;
6.42rc43 Testing 2018-Mar-14 (8 years ago)
  • generate SSH keys only on the first connect attempt instead of the first boot;
6.42rc5 Testing 2018-Jan-03 (8 years ago)
  • improved key import error messages;
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.41rc47 Testing 2017-Oct-18 (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 (9 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;
6.37.4 Long-term 2017-Jan-13 (9 years ago)
  • fixed high memory consumption when transferring file over ssh tunnel;
6.38 Stable 2016-Dec-30 (9 years ago)
  • added routing-table setting (cli only);
  • fixed lost "/ip ssh" settings on upgrade from version older than 5.15;
6.36 Stable 2016-Jul-20 (10 years ago)
  • add rsa host key size parameter;
6.35 Stable 2016-Apr-14 (10 years ago)
  • simplify login process;