How to implement access controls for Chef Knife SSH -
i want use knife ssh manage our servers replace traditional ssh session. still have
- how implement controls can use knife ssh?
- how control linux command level access in knife ssh?
- 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
Post a Comment