blob: 0f5b6283f16d5ad33b388ed21831553797616b7a (
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`:
```
cfg :ssh do
pre_logout 'exit'
end
```
|