diff options
author | Neil Lathwood <neil@lathwood.co.uk> | 2018-03-01 11:17:55 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-01 11:17:55 +0000 |
commit | 5ec132a164af3b29ed35c703bda213f3e21a2d6b (patch) | |
tree | 484de32ab1553aebf9c81e5fe264427596b65975 /docs/Model-Notes/ArbOS.md | |
parent | 9156243b9debfc0bc2b05dfe98a910ce5153bf49 (diff) | |
parent | 34cdbeb75f3c74d803fb60c509fc06e4f6365f0c (diff) |
Merge branch 'master' into ssh-auth-methods
Diffstat (limited to 'docs/Model-Notes/ArbOS.md')
-rw-r--r-- | docs/Model-Notes/ArbOS.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/Model-Notes/ArbOS.md b/docs/Model-Notes/ArbOS.md new file mode 100644 index 0000000..0f5b628 --- /dev/null +++ b/docs/Model-Notes/ArbOS.md @@ -0,0 +1,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 +``` |