marmack95

Results 28 comments of marmack95

Your server seems not support ed25519 algorithm (or it's not enabled). You probably obtain the same error when you try to connect manually to your device from this server (ssh...

Did you try to set resolve_dns to false ?

I've made some tests. My device seems use : - OpenSSL 0.9.8 - Protocol : TLSv1 - Cipher : DHE-RSA-AES256-SHA Firefox indicate protocol TLSv1 & cipher TLS_RSA_WITH_AES_128_CBC_SHA When i do...

I found a possible solution here: https://github.com/eclipse/mosquitto/issues/2779 I tested value 1 and 0, and it's works. So the problem it's my device use a 1024 bit key... (value 2 need...

Dell advice to script using HTTP API for Dell EMC PowerVault ME4024. Dell give an example in python [here](https://www.dell.com/support/manuals/fr-fr/powervault-me4024/me4_series_cli_pub/using-a-script-to-access-the-cli?guid=guid-9ae5ccd6-a207-42df-b2f3-1e02a487a354&lang=en-us): it's a little bit complicated for me.

I was able to wrote a model for Dell EMC PowerVault ME4024 which use the HTTP API. I'm inspired from: - the panos_api.rb model - a python-to-ruby online converter to...

As explain in other issue, I'm sorry I'm not familiar with Git/Github/Ruby: create models for oxidized was my first experience with ruby. And as I will change of job this...

I don't have problems with '$'. Try to espace only space. As space is a separator, try to replace space with encoded character '\x00'.

Enable debug and check it. It could be a problem of prompt, for example (https://github.com/ytti/oxidized/issues/3128)