9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: "Russ Cox" <rsc@plan9.bell-labs.com>
To: 9fans@cse.psu.edu
Subject: Re: [9fans] vncs this time..
Date: Tue, 24 Dec 2002 18:46:39 -0500	[thread overview]
Message-ID: <b8163b5c8b541eaea7f206fcfa291b26@plan9.bell-labs.com> (raw)
In-Reply-To: <Pine.LNX.4.50.0212232243020.22993-100000@pali.cps.cmich.edu>

> Also, vncs man page talks about APOP passwrod for challenge/response:
> 1) What is APOP password?

You have two passwords.  Your Plan 9 password is used
for Plan 9 protocols and is only stored as a DES key by
the auth server.  Your APOP password is used for a lot of
external protocols (including APOP).  The auth server
stores the actual password, so it can be used in ways
other than DES.  When you run passwd you get prompted
about your APOP password after your original password.

> 2) I am having problems with challenge/response stuff on this machine
>    under drawterm too -- could that be the reason for vnc-client
>    failure?

The challenge/response for drawterm uses your Plan 9 password
(it's a slightly Plan 9-specific protocol).  The challenge/response
for VNC uses your APOP password.  So the problems seem unrelated
except for the general "something is not quite right about your
auth setup".

Russ



  reply	other threads:[~2002-12-24 23:46 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-12-24 17:02 Ish Rattan
2002-12-24 23:46 ` Russ Cox [this message]
2002-12-25  1:01   ` Ish Rattan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=b8163b5c8b541eaea7f206fcfa291b26@plan9.bell-labs.com \
    --to=rsc@plan9.bell-labs.com \
    --cc=9fans@cse.psu.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).