Lorenzo
Lorenzo
"Unable to detect prompt" means that the actual prompt of the device does not match with the regular expression set in the model file. Which is the prompt of the...
Are you able to manually ssh or telnet into those unreachable devices?
I believe that ssh operations on oxidized are not managed by ssh command in OS, but by a ruby gem named Net:SSH https://github.com/net-ssh/net-ssh So I don't think that any setting...
By accident I today found the github repo of net-ssh https://github.com/net-ssh/net-ssh and found out that the KEX algorithm curve25519-sha256 can be supported only adding another ruby gem to the package:...
Thank you for trying it out. So that's not the solution to this problem... Could it be that [email protected] is not the same as curve25519-sha256 ??? Or better, the different...
@EvilGrinUK can you look in the log if the curve25519-sha256 (without @libssh.org) is offered to the server after your modifications? In particular in the line that begins with "Client kex...
Maybe I'm wrong. Here the gem: https://github.com/net-ssh/net-ssh/blob/f54a2270dba3974081663b9780b493ed8d332a07/lib/net/ssh/transport/kex.rb#L28 seems to offer the same algorithm for both names. and the last commit is from three years ago, so it has to be...
I know that this is not the LibreNMS forum, but you can make group configuration in LibreNMS web UI instead of config.php file. You go to global settings - External...
Also if this is no more an issue, you should close it with close button at the bottom.
Hello, maybe there is an error in your config. In the source section ``` source: map: groups: group ``` I think groups: is misspelled It should be `group: group` (at...