Open radekg opened 3 years ago
Support uid:gid for remote command execution. Along the lines of sudo su - $(id -nu 1000) -c 'echo $(whoami)'.
uid:gid
sudo su - $(id -nu 1000) -c 'echo $(whoami)'
Support
uid:gid
for remote command execution. Along the lines ofsudo su - $(id -nu 1000) -c 'echo $(whoami)'
.