summaryrefslogtreecommitdiff
path: root/docs/Model-Notes/ArbOS.md
blob: c0b037656942aa22498daeed4d16bccc2d82b9cb (plain)
1
2
3
4
5
6
7
8
9
10
11
# 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)