This is the mail archive of the gdb@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: ssh CVS access from another machine


On Tue, Feb 25, 2003 at 03:10:29PM -0500, Kris Warkentin wrote:
> I'm trying to access the repository from home and not having any luck.  It's
> probably just my ignorance on the mechanism so if there is a doc I should
> read, let me know.
> 
> I had created an account (generating identity.pub, etc.) at work and now I
> wanted to work from home.  I copied the contents of my $HOME/.ssh directory
> to my home machine (this is probably wrong) and then tried connecting.  I
> keep getting 'permission denied'.  I tried removing identity.pub and config
> (to get an interactive session) but that claimed "permission denied:
> public-key/keyboard-interactive"
> 
> Do I need to have multiple rsa keys on file or am I missing something else?

At a guess: try using ssh -1 on the second machine; it may have a newer
version of ssh and be trying a different protocol type.  Copying the
key ought to work.

-- 
Daniel Jacobowitz
MontaVista Software                         Debian GNU/Linux Developer


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]