My application(running on nginx) is unable to ssh into a remote machine, reason being that the client has has given ssh rights only to the root user on their server. While debugging this issue, I ran a command
'whoami'
from my application and the output was
'nobody'.
Can someone explain how can I run my application as the root user on nginx?