blob: f68467f57b85729bd14f5d5663f4269854296a31 (
plain)
1
2
3
4
5
6
7
8
9
10
|
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
```
|