ytti/oxidized

View on GitHub
docs/Model-Notes/ArbOS.md

Summary

Maintainability
Test Coverage
# Arbor Networks ArbOS notes

If you are running ArbOS version 7 or lower then you may need to update the model to remove `exec true`:

```ruby
  cfg :ssh do
    pre_logout 'exit'
  end
```

Back to [Model-Notes](README.md)