[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[savannah-help-public] [sr #109210] I can't connect to my repository via
From: |
Michael Pagan |
Subject: |
[savannah-help-public] [sr #109210] I can't connect to my repository via ssh, but cvs can? |
Date: |
Tue, 27 Dec 2016 22:48:43 +0000 (UTC) |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:50.0) Gecko/20100101 Firefox/50.0 |
URL:
<http://savannah.gnu.org/support/?109210>
Summary: I can't connect to my repository via ssh, but cvs
can?
Project: Savannah Administration
Submitted by: pegzmasta
Submitted on: Tue 27 Dec 2016 05:48:42 PM EST
Category: None
Priority: 5 - Normal
Severity: 3 - Normal
Status: None
Assigned to: None
Originator Email:
Operating System: None
Open/Closed: Open
Discussion Lock: Any
_______________________________________________________
Details:
Good afternoon, Savannah Hackers:
My ssh public key is already registered at Savannah, which was one of
the first things I did when I made an account. Whenever I instruct cvs
to checkout my repository at _cvs.savannah.nongnu.org_, an ssh
connection is established automatically; however, today I decided to
connect to the repository via ssh directly (without using cvs). It
asked for my password, which I thought would be the same password I use
with `scp' to send files over to the Download Area of GNU Savannah... I
was wrong!
It asked me three times for the password, I typed it in, and it replied
with: "Permission denied." The last response was: "Permission denied
(publickey,password)." I was attempting to log in via ssh, so I can
delete an empty directory which used to contain a duplicate file. I
needed to do this via ssh, since [cvs can't remove empty
directories][0]. I have read the official documentation for [ssh and
savannah][1], but I still can't figure it out? I have no idea if this
has anything to do with the Savannah server migration, because this is
my first time trying to connect with ssh directly.
Last thing I should note: Connecting to _cvs.savannah.nongnu.org_ via
cvs works just fine, for some reason? So... cvs can connect as
pegzmasta, but pegzmasta can not connect as pegzmasta? I'm confused.
[0]: http://www.network-theory.co.uk/docs/cvsmanual/Removingdirectories.html
[1]: http://savannah.gnu.org/maintenance/SshAccess/
Attached is a log file (seeing that it is over 2000 lines) containing
the verbose output of me successfully connecting to
_cvs.savannah.nongnu.org_ via cvs; attached is another log file of my
failure to connect via ssh after several attempts (it no longer asks for
my password); some debugging information is provided below of my failure
to connect via ssh (it asks for my password):
$ echo $CVS_RSH
ssh
$ ssh-keygen -lf ~/.ssh/id_rsa.pub
2048 e8:6f:38:b8:1b:7b:fe:9f:3b:92:d5:2c:6e:93:72:b7
address@hidden (RSA)
# sudo ssh -v address@hidden
OpenSSH_6.6.1, OpenSSL 1.0.1f 6 Jan 2014
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 19: Applying options for *
debug1: Connecting to cvs.savannah.gnu.org [208.118.235.201] port 22.
debug1: Connection established.
debug1: permanently_set_uid: 0/0
debug1: identity file /root/.ssh/id_rsa type -1
debug1: identity file /root/.ssh/id_rsa-cert type -1
debug1: identity file /root/.ssh/id_dsa type -1
debug1: identity file /root/.ssh/id_dsa-cert type -1
debug1: identity file /root/.ssh/id_ecdsa type -1
debug1: identity file /root/.ssh/id_ecdsa-cert type -1
debug1: identity file /root/.ssh/id_ed25519 type -1
debug1: identity file /root/.ssh/id_ed25519-cert type -1
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_6.6.1p1 Trisquel_GNU/linux_7.0-1
debug1: Remote protocol version 2.0, remote software version OpenSSH_6.6.1p1
Trisquel_GNU/linux_7.0-1
debug1: match: OpenSSH_6.6.1p1 Trisquel_GNU/linux_7.0-1 pat OpenSSH_6.6.1*
compat 0x04000000
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: server->client aes128-ctr address@hidden none
debug1: kex: client->server aes128-ctr address@hidden none
debug1: sending SSH2_MSG_KEX_ECDH_INIT
debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
debug1: Server host key: ECDSA
65:b8:1c:2f:82:7c:0e:39:e1:4a:63:f2:13:10:e8:9c
The authenticity of host 'cvs.savannah.gnu.org (208.118.235.201)' can't be
established.
ECDSA key fingerprint is 65:b8:1c:2f:82:7c:0e:39:e1:4a:63:f2:13:10:e8:9c.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added 'cvs.savannah.gnu.org' (ECDSA) to the list of known
hosts.
debug1: ssh_ecdsa_verify: signature correct
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: SSH2_MSG_NEWKEYS received
debug1: SSH2_MSG_SERVICE_REQUEST sent
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug1: Authentications that can continue: publickey,password
debug1: Next authentication method: publickey
debug1: Trying private key: /root/.ssh/id_rsa
debug1: Trying private key: /root/.ssh/id_dsa
debug1: Trying private key: /root/.ssh/id_ecdsa
debug1: Trying private key: /root/.ssh/id_ed25519
debug1: Next authentication method: password
address@hidden's password:
debug1: Authentications that can continue: publickey,password
Permission denied, please try again.
address@hidden's password:
debug1: Authentications that can continue: publickey,password
Permission denied, please try again.
address@hidden's password:
debug1: Authentications that can continue: publickey,password
debug1: No more authentication methods to try.
Permission denied (publickey,password).
_______________________________________________________
File Attachments:
-------------------------------------------------------
Date: Tue 27 Dec 2016 05:48:42 PM EST Name: pegzmasta-cvs-checkout.log Size:
118kB By: pegzmasta
Debug Information Provided
<http://savannah.gnu.org/support/download.php?file_id=39322>
-------------------------------------------------------
Date: Tue 27 Dec 2016 05:48:42 PM EST Name: pegzmasta-ssh-fail.log Size: 8kB
By: pegzmasta
Debug Information Provided
<http://savannah.gnu.org/support/download.php?file_id=39323>
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/support/?109210>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
- [savannah-help-public] [sr #109210] I can't connect to my repository via ssh, but cvs can?,
Michael Pagan <=