[EMAIL PROTECTED] wrote:
>>> ps aux | grep [l]pr
>>>
>>> This still lists all the processes that contain the string "lpr",
>>> but it will not match the grep process itself anymore.
>>
>> Why is that? Isn't a bracket expression containing only one
>> character exactly the same as the character b
[EMAIL PROTECTED] wrote:
> A quick note. If you are grepping the output of a ps command,
> enclose the first character of your regexp in square brackets. For
> example:
>
> ps aux | grep [l]pr
>
> This still lists all the processes that contain the string "lpr", but
> it will not match the grep p
Maurits van Rees wrote:
> On Wed, Nov 24, 2004 at 02:58:05PM -0800, Raquel Rice wrote:
>> Is that an answer to my question?
>>
> Raquel, I don't know if you are aware of the fact that any
answer>that you get in this list is coming from good willing
people that>charge nothing
You may want to consider something similar...it works for me
quite
well. I can provide more info if you're interested.
_______
Michael Sims
Project Analyst - Information Technology
Crye-Leike Realtors
___
--
To
Jeremy Brown wrote:
> Check out my 2nd message. I'm authenticating against an LDAP server
> and thus require PAM.
Oops, sorry, I guess I didn't read carefully enough.
> I know this can be done with PAM. I have a Fedora Core box that
> authenticates against LDAP for OpenSSH (via PAM), and it req
Jeremy Brown wrote:
>> The subject line is fairly self-explanatory. Currently users who
>> connect to my debian testing machine at work are prompted for their
>> username, then their password only once. If a user enters a bad
>> password, he or she is kicked out immediately and must open a new ss
Michael Sims wrote:
> I'm using PuTTY 0.53b from a Windows 2000 machine to SSH to a Debian
> Sarge server running OpenSSH 3.8.1p1-8. The problem I am having is
> that I am only given one chance to enter my password correctly. If I
> mistype it on the first attempt, I am promp
Andrew Schulman wrote:
>> with a working SSH client I see this message before each prompt:
>>
>> Postponed keyboard-interactive for ...
>>
>> whereas I see the following message before the second prompt when
>> using PuTTY:
>>
>> Failed keyboard-interactive/pam for ...
>
> That's good detective wor
vizi0n (debian-user) wrote:
> Michael Sims wrote:
>> I'm using PuTTY 0.53b from a Windows 2000 machine to SSH to a Debian
>> Sarge server running OpenSSH 3.8.1p1-8. The problem I am having is
>> that I am only given one chance to enter my password correctly. If
&g
Sorry if this is a silly or obvious question, but I've Googled and search the
mailing list archives and cannot find anything relevant.
I'm using PuTTY 0.53b from a Windows 2000 machine to SSH to a Debian Sarge server
running OpenSSH 3.8.1p1-8. The problem I am having is that I am only given one
c
10 matches
Mail list logo