[BACK]Return to TROUBLESHOOTING CVS log [TXT][DIR] Up to [local] / src / usr.bin / sudo

Diff for /src/usr.bin/sudo/Attic/TROUBLESHOOTING between version 1.11 and 1.12

version 1.11, 2008/11/14 11:53:05 version 1.12, 2009/04/11 11:48:06
Line 177 
Line 177 
     Defaults:bob        runas_default=oracle      Defaults:bob        runas_default=oracle
    would achieve the desired result ofr the preceding sudoers fragment.     would achieve the desired result ofr the preceding sudoers fragment.
   
   Q) When I try to run sudo via ssh, I get the error:
       sudo: no tty present and no askpass program specified
   A) ssh does not allocate a tty by default when running a remote command.
      Without a tty, sudo cannot disable echo when prompting for a password.
      You can use ssh's "-t" option to force it to allocate a tty.
      Alternately, if you do not mind your password being echoed to the
      screen, you can use the "visiblepw" sudoers option to allow this.
   
 Q) How do you pronounce `sudo'?  Q) How do you pronounce `sudo'?
 A) The official pronunciation is soo-doo (for su "do").  However, an  A) The official pronunciation is soo-doo (for su "do").  However, an
    alternate pronunciation, a homophone of "pseudo", is also common.     alternate pronunciation, a homophone of "pseudo", is also common.

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12