[1231] in athena10
Re: Having trouble with password authentication to linerva
daemon@ATHENA.MIT.EDU (Evan Broder)
Sat Feb 28 00:55:19 2009
Message-ID: <49A8D195.3090007@mit.edu>
Date: Sat, 28 Feb 2009 00:54:29 -0500
From: Evan Broder <broder@MIT.EDU>
MIME-Version: 1.0
To: Peter Iannucci <iannucci@mit.edu>
CC: linerva@mit.edu
In-Reply-To: <49A8D086.1080904@mit.edu>
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
It looks like you're trying to ssh in from svn or whatever using your
local account name, peteriannucci, instead of iannucci.
You can fix this by adding to ~/.ssh/config
Host vinegar-pot.mit.edu vinegar-pot linerva.mit.edu linerva (add on any
other aliases you use)
User iannucci
That'll cause ssh to default to iannucci if you don't specify a username.
- Evan
Peter Iannucci wrote:
> Hi,
>
> I generally use gssapi ssh to get into linerva, but certain tools like
> svn+ssh like to use password auth (I think). It's not working for
> some reason, even though it was working a few hours ago. I'm not
> entirely sure how to diagnose the problem in such a way as to give you
> a useful error report. Who should I talk to about this?
>
> -iannucci