I'm trying to use RDM for Android for SSH access to network switches that have only HMAC-SHA1 for key exchange. The session initiation falls down:[05.04.2025 09:42:41] No match for mac algorithm (client to server): Client sent: hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha2-512 Server sent: hmac-sha1 [05.04.2025 09:42:41] Bytes sent: 1160, Bytes received: 469 [05.04.2025 09:42:41] Packets sent: 1, Packets received: 1 [05.04.2025 09:42:41] Kex completed: 0 [05.04.2025 09:42:41] Pending kex: 1
I tried to rich out enabling non-secure algorithms (like in Windows version), but didn't found such option.
Is it possible to enable HMAC-SHA1 for SSH in Android version?
Hello,
Thank you for your reply,
I'm afraid that currently, RDM Android does not support editing the Algorithms; a ticket has already been created to see if this can be implemented; however, there is no ETA on this.
If you are using a shared data source you can modify the entry from your workstation directly and the change should be reflected on the mobille device, If you rely on a local data source, you can export your entry from the desktop version and import it to Mobile in the meantime.
Best regards,
Samuel Dery
Hello,
Thank you for your reply,
I'm afraid that currently, RDM Android does not support editing the Algorithms; a ticket has already been created to see if this can be implemented; however, there is no ETA on this.
If you are using a shared data source you can modify the entry from your workstation directly and the change should be reflected on the mobille device, If you rely on a local data source, you can export your entry from the desktop version and import it to Mobile in the meantime.
Best regards,
Thank You for reply. Will wait for adding feature in Android app.