I want to solve following problem. Please share your ideas or directly product name that capable to solve this.
Our system administrators need to connect customer's servers but I don't want to share SSH, VPN etc information with sys admins. Also I need to see log of commands that executed by sys admins.
to make the long story short, our system admin connect to the "box", then admin will be able to access customer servers. I deploy access credentials to the box, thus I don't need to share this sensitive info with system admin. One more thing, I want to see which commands executed by system admin for customer servers.
My plan is like following;
- We have one linux machine. I will deploy customer credentials on it.
- System admins will be able to connect this linux machine via VNC.
- Then admin can connect customer with one click.
- Record whole VNC session.
Thank you