I have a PC that my customer can access with a simple user. I have a server that can be accessed only by an administrator user from my company.
I would like to find a secure way to perform a restart of this server from the PC, without having to give too much administrator rights to my customer. I want to avoid my customer to be able to login on my server.
I've thought about :
- Script (batch or anything else) but I don't want to write my login/pwd within my scripts, so it doesn't look like it's a good idea...
Here is a software that allows me to do this but I have to write my login/pwd within my script file. I don't want that !
- Any existing application that would do the trick ?
- Something else I didn't think of ?
Edit :
My customer should be able to perform this operation very simply without having to know any administrator account of the server.