gravitational / teleport

The easiest, and most secure way to access and protect all of your infrastructure.
https://goteleport.com
GNU Affero General Public License v3.0
17.44k stars 1.74k forks source link

Restrict specific SSH commands on Teleport #12117

Open Erick-Reyes opened 2 years ago

Erick-Reyes commented 2 years ago

What

Customer would like to restrict specific SSH command on Teleport.

How

We don't seem to have this currently, so it would require a possible code change. They would like something like SSH command Access Control on CyberArk as an example: https://docs.cyberark.com/Product-Doc/OnlineHelp/PAS/Latest/en/Content/PASIMP/Configuring-SSH-Commands-Access-Control-in-PSMP.htm

Why

They want to have granule control in Teleport to be able to deny specific SSH commands to be executed.

Workaround

They can configuring this with sudoers or selinux outside of teleport, but the effort to add that config to thousands of servers will be very high.

ZD:4437

rust0k commented 1 year ago

any updates?