Is there a specific driver for Debian ?
Hi Alexis,
The Linux platform driver should work over almost every Linux distribution. SNMP version should be the same for all as is based on the standard MIBS, the SSH version it's possible that needs some adjustments to parse the responses if they change between distributions.
For the SSH driver, it should work pretty well for any recent distributions, although there may need to be slight adjustments like Edson mentioned. It definitely works well on RHEL/Centos 7 (and I'm assuming 8).
One thing that may need to be done is installing net-tools, since the SSH driver relies on ifconfig and netstat, which isn't always included especially with newer distributions.
Older distributions (10+ years) might have ssh issues where the sessions aren't properly exited/cleared and it can lead to a large number of sessions for the DataMiner user being returned from the device. That might just be related to sshd though.