savannah-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Savannah-hackers] SSH access problem


From: rob
Subject: [Savannah-hackers] SSH access problem
Date: Mon, 16 Sep 2002 21:05:08 +0200
User-agent: Mutt/1.2.5.1i

Dear Savannah support team

A few days ago I got an account at your site:

Login Name:  rjjj 
Real Name:  R.J.J. Jongschaap 
User ID:  10630 
Email Addr: address@hidden
Site Member Since:  Sep 13, 2002

Next I tried to configure my SSH access but I ran into troubles.
Below you find my experiences so far.

I hope that you can help me.

Kind regards,
Rob Jongschaap
-- 
R.J.J. Jongschaap               E-mail address@hidden
Margaretha Roosenboomlaan 15    Tel 053-4357303
7545 RX Enschede


==========================================================================================

Following your FAQ I started with:

    echo "Protocol 1" > ~/.ssh/config
    ssh-keygen
    Change to ccount Maintenance page [ 
http://savannah.gnu.org/account/editsshkeys.php ]
    Fill in the public key in ~/.ssh/identity.pub 

The next day I tried:

    export CVS_RSH=ssh
    cvs -z3 address@hidden:/cvsroot/tof/ co tof

with no succes.  Error message:
    The authenticity of host 'subversions.gnu.org (199.232.41.2)'
    can't be established.

To fix this I tried the following:


1. Keygen with my full hostname in the key:
    ( without th -C option this would be address@hidden, since 'CC9615-A' is 
this
    system's hostname):

    ssh-keygen -trsa1 -C address@hidden

2. I added in /etc/ssh_config a line:
     RhostsAuthentication yes

and submitted the new key. Testing again with

     cvs -z3 address@hidden:/cvsroot/tof/ co tof

I get:
    Authenticity of host 'subversions.gnu.org (199.232.41.2)' can't be 
established.
    RSA1 key fingerprint is 66:f4:9a:7e:e3:a8:c5:16:d1:88:aa:ef:3e:06:75:30.
    Are you sure you want to continue connecting (yes/no)?

    no

    Host key verification failed.
    cvs [checkout aborted]: end of file from server (consult above messages if 
any)


I also tried:

    ssh -v -l rjjj subversions.gnu.org

with the result

    OpenSSH_3.1p1, SSH protocols 1.5/2.0, OpenSSL 0x0090602f
    debug1: Reading configuration data /home/rob/.ssh/config
    debug1: Applying options for subversions.gnu.org
    debug1: Reading configuration data /etc/ssh/ssh_config
    debug1: Applying options for *
    debug1: Rhosts Authentication disabled, originating port will not be 
trusted.
    debug1: restore_uid
    debug1: ssh_connect: getuid 500 geteuid 0 anon 1
    debug1: Connecting to subversions.gnu.org [199.232.41.2] port 22.
    debug1: temporarily_use_uid: 500/500 (e=0)
    debug1: restore_uid
    debug1: temporarily_use_uid: 500/500 (e=0)
    debug1: restore_uid
    debug1: Connection established.
    debug1: read PEM private key done: type DSA
    debug1: read PEM private key done: type RSA
    debug1: identity file /home/rob/.ssh/identity type 0
    debug1: Remote protocol version 1.99, remote software version lshd_1.4 lsh 
- a
    free ssh
    debug1: no match: lshd_1.4 lsh - a free ssh
    debug1: Local version string SSH-1.5-OpenSSH_3.1p1
    debug1: Waiting for server public key.
    debug1: Received server public key (768 bits) and host key (1024 bits).
    The authenticity of host 'subversions.gnu.org (199.232.41.2)' can't be
    established.
    RSA1 key fingerprint is 66:f4:9a:7e:e3:a8:c5:16:d1:88:aa:ef:3e:06:75:30.
    Are you sure you want to continue connecting (yes/no)? no
    Host key verification failed.
    debug1: Calling cleanup 0x8063550(0x0)


The current content of some files:
==================================
::::::::::::::
~/.ssh/config
::::::::::::::
Host subversions.gnu.org
    Protocol 1
::::::::::::::
~/.ssh/identity.pub
::::::::::::::
1024 35 
143699840428802934782687511436084673965710691553644332056291632103915287943558768901673014329014781435482017651101279225014371871142502316924436209168377916693158294470257325183140279836589607298717308501594789198522906590244701322889330269364264496649045832928021742580754776433364818352708329411716636981901
 address@hidden







reply via email to

[Prev in Thread] Current Thread [Next in Thread]