How to implement access controls for Chef Knife SSH -


i want use knife ssh manage our servers replace traditional ssh session. still have

  1. how implement controls can use knife ssh?
  2. how control linux command level access in knife ssh?
  3. how executed commands logged? there way centralize logs audit purpose?

thanks!

knife ssh isn't own thing, uses actual normal ssh connections have use whatever ssh daemon provides. openssh forcecommand either @ server or authorized_keys level , 1 of many available filtering scripts. if poke around on github i'm sure can find examples of filtering or audit scripts, or can @ docs , build 1 yourself, it's not hard.


Comments

Popular posts from this blog

PySide and Qt Properties: Connecting signals from Python to QML -

c# - DevExpress.Wpf.Grid.InfiniteGridSizeException was unhandled -

scala - 'wrong top statement declaration' when using slick in IntelliJ -