<div dir="ltr"> I've tested the ssh part and that works fines, it log straight in.<div><br></div><div>in visudo I added:</div><div><br></div><div><div>administrator   ALL=(ALL:ALL) NOPASSWD:  /sbin/shutdown</div></div>
<div><br></div><div>on the local machine I then run:</div><div><br></div><div>ssh -t 10.0.100.38   /sbin/shutdown -r 03:00<br></div><div><br></div><div>but it says: shutdown need to be root</div><div><br></div><div>if I run it with sudo:</div>
<div><br></div><div>ssh -t 10.0.100.38   sudo /sbin/shutdown -r 03:00<br></div><div><br></div><div>it then asks for a password.</div><div><br></div><div>I'm guessing i've got something wrong in the sudoers file somewhere.</div>
<div><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On 1 October 2013 17:25, Paul Littlefield <span dir="ltr"><<a href="mailto:info@paully.co.uk" target="_blank">info@paully.co.uk</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On 01/10/13 17:09, Paul Littlefield wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I might have a google for you now...<br>
</blockquote>
<br></div>
...yes, lots on this particular subject!<br>
<br>
<a href="http://bit.ly/1hijZQe" target="_blank">http://bit.ly/1hijZQe</a><br>
<br>
It seems you have to check 3 things...<br>
<br>
1. Who you are logging in as and exactly what SSH key they use.<br>
2. What that user is allowed to do in the /etc/sudoers file.<br>
3. What SSH allows you to do.<br>
<br>
I have just tried...<br>
<br>
   ssh me@myserver sudo ls<br>
<br>
...and it failed with errors.<br>
<br>
   ssh -t me@myserver sudo ls<br>
<br>
...worked and asked me for a password.<br>
<br>
So...<br>
<br>
1. Check your passwordless SSH key works normally first. You can specify which one to use with the -i option.<br>
2. Try and read the massive 'man sudoers' page. The fix for 1 person seemed to be...<br>
   %sudo   ALL=(ALL:ALL) NOPASSWD: ALL<br>
  ...please check this out, because it seems a bit risky to me.<br>
  or maybe<br>
   admin   ALL=(ALL:ALL) NOPASSWD: REBOOT<br>
<br>
<br>
3. ssh -t will fix it.<br>
<br>
<br>
Hope this helps, and let me know how you get on.<div class="HOEnZb"><div class="h5"><br>
<br>
<br>
<br>
-- <br>
<br>
Paul Littlefield<br>
<br>
Telephone: <a href="tel:07801%20125705" value="+447801125705" target="_blank">07801 125705</a><br>
Email: <a href="mailto:info@paully.co.uk" target="_blank">info@paully.co.uk</a><br>
Web: <a href="http://www.paully.co.uk" target="_blank">http://www.paully.co.uk</a><br>
Twitter: <a href="https://twitter.com/paullittlefield" target="_blank">https://twitter.com/<u></u>paullittlefield</a><br>
Wiki: <a href="http://wiki.indie-it.com/index.php?title=Special:AllPages" target="_blank">http://wiki.indie-it.com/<u></u>index.php?title=Special:<u></u>AllPages</a><br>
Blog: <a href="http://www.littlefield.info" target="_blank">http://www.littlefield.info</a><br>
Photo: <a href="http://gravatar.com/plittlefield" target="_blank">http://gravatar.com/<u></u>plittlefield</a><br>
LinkedIn: <a href="http://uk.linkedin.com/in/paullittlefield" target="_blank">http://uk.linkedin.com/in/<u></u>paullittlefield</a><br>
Trakt: <a href="http://trakt.tv/user/plittlefield" target="_blank">http://trakt.tv/user/<u></u>plittlefield</a><br>
<br>
Paul Littlefield is environmentally responsible. Please consider the environment before printing this email. This email and any attachment is intended for the named addressee only, or person authorised to receive it on their behalf. The content should be treated as confidential and the recipient may not disclose this message or any attachment to anyone else without authorisation. If this transmission is received in error please notify the sender immediately and delete this message from your email system. All electronic transmissions to and from me are recorded and may be monitored. Finally, the recipient should check this email and any attachments for viruses. Paul Littlefield accepts no liability for any damage caused by any virus transmitted by this email.<br>

<br>
Notebook LENOVO ThinkPad Edge<br>
Intel(R) Core(TM) i3 CPU U 380 @ 1.33GHz<br>
Portage 2.1.12.2 (default/linux/amd64/13.0/<u></u>desktop, gcc-4.7.2, glibc-2.15-r3, 3.10.7-gentoo x86_64)<br>
Gentoo Base System release 2.1<br>
This is a pre-release version of the X server from The X.Org Foundation.<br>
latest version in the X.Org Foundation git repository.<br>
X.Org X Server 1.14.2.902 (1.14.3 RC 2)<br>
xfce-base/xfdesktop-4.10.2<br>
x11-drivers/xf86-video-intel-<u></u>2.21.15<br>
<br>
______________________________<u></u>_________________<br>
Kent mailing list<br>
<a href="mailto:Kent@mailman.lug.org.uk" target="_blank">Kent@mailman.lug.org.uk</a><br>
<a href="https://mailman.lug.org.uk/mailman/listinfo/kent" target="_blank">https://mailman.lug.org.uk/<u></u>mailman/listinfo/kent</a><br>
</div></div></blockquote></div><br></div>