Robert Chéramy

Results 67 comments of Robert Chéramy

Reopening the issue as the provided scp input does not work for me.

I've got everything fine and tested with a linux openssh server simulating an apc (see https://github.com/robertcheramy/oxidized/commit/e1a47c4676f97d560ff4ac13edbdce2b8fe61516). Unfortunately, the scp-server from APC behaves strangely: it closes the session without sending an...

> Hi Robert, what is the issue that you are experiencing? In my Environment (bundler), the dependencies for net-scp and require "net/scp" are needed. Everything else is fine for the...

> * I'm not sure I can Fix Net::SCP without breaking something else (I must ignore close without exit status), and Net:SCP is in "Maintenance Mode". I've read the Net::SCP...

Reverting automatic closing from commit - we are waiting for [Net::SCP](https://github.com/net-ssh/net-scp/pull/71). After the fix has been released upstream, we need to change the dependency version of net-scp and activate scp...

Is it possible to integrate this directly in lib/oxidized/model/ironware.rb, so that it works with all firmware versions? It should be possible to check if enableuser is defined and change the...

You can specify an enable password for each model in the configuration: ``` models: asa: vars: enable: YOUR-SECRET-PASSWORD ```

Could you name which devices types need a username and a password?

This has been closed by PR #3071

You could try to map a local directory with the .ssh folder of the oxidized-OCI-instance, here as an example in a docker-compose.yml file: ``` services: oxidized: (...) volumes: - ./oxidized-ssh:/home/oxidized/.ssh...