<div dir="ltr"><p>From sudoers man file.<br></p><p><br></p><p>"<br></p><p>requiretty
</p><p>If set, <b>sudo</b> will only run when the user is logged in to a real tty. This will disallow things like <tt>"rsh somehost sudo ls"</tt> since
<b><a href="http://linux.die.net/man/1/rsh">rsh</a></b>(1) does not
allocate a tty. Because it is not possible to turn off echo when there
is no tty present, some sites may with to set this flag to
prevent a user from entering a visible password. This flag is <i>off</i> by default.
</p>"<br><br><br><br><br>Does ssh log into a real tty??<br>If not then all we have to do to limit sudo use to the local keyboarder is set this, right?<br><br clear="all"><br>-- <br>Douglas E Knapp<br><br><a href="http://sf-journey-creations.wikispot.org/Front_Page">http://sf-journey-creations.wikispot.org/Front_Page</a><br>
</div>