Lantronix welcomes Uplogix! Learn more here.

Limited SSH Cipher Support

Updated June 9, 2022. Written for LMS Version 6.3.

As of LMS 4.6, available SSH ciphers on the Control Center were restricted to aes128-ctr,aes192-ctr,aes256-ctr.

If you can log into the Control Center via the console, you can update the ciphers to include more options.

  1. Gain root access
[emsadmin@ems13 ~]$ sudo su -
[root@ems13 ~]#
  1. Use vi to edit /etc/sysconfig/embassy.overrides.
[root@ems13 ~]# vi /etc/sysconfig/embassy.overrides
RAM=4
  1. Add: SSH_CIPHERS=aes128-ctr,aes192-ctr,aes256-ctr,aes128-cbc
[root@ems13 ~]# vi /etc/sysconfig/embassy.overrides
RAM=8
SSH_CIPHERS=aes128-ctr,aes192-ctr,aes256-ctr,aes128-cbc
  1. Then run: /uplogix/embassy/scripts/updateSshSettings.sh
[root@ems13 ~]# /uplogix/embassy/scripts/updateSshSettings.sh
Stopping sshd: [ OK ]
Starting sshd: [ OK ]
  1. Try to log in again with SSH

Not finding what you're looking for?

The LEVEL Technical Services team is standing by 24/7/365 to answer any questions you may have about the installation, configuration, and usage of our products.

© 2024 Lantronix, Inc. All Rights Reserved