[GRLUG] Figure this one out...
Michael Mol
mikemol at gmail.com
Thu Jul 30 13:25:28 EDT 2009
On Thu, Jul 30, 2009 at 12:29 PM, Steve Romanow<slestak989 at gmail.com> wrote:
> Sudo on the remote machine? I didnt think that pam would use the local cache remotely
Here's the approximate sequence of events that can lead to the behavior:
$ ssh remotehost sudo ls
Password: (enter password)
(see listing)
$ ssh remotehost sudo ls
(see listing)
This is akin to:
user at local $ ssh remotehost
user at remote $ sudo ls
Password: (enter password)
(see listing)
user at remote $ exit
user at local $ ssh remotehost
user at remote $ sudo ls
(see listing)
--
:wq
More information about the grlug
mailing list