Access to translate-server.git
Originally created by @hefee on #15721 (Redmine)
My SSH key (SHA256:cw/8axzACryGTkCW08T3mI7+39Z/gF733o19p6QoUz8) was added to get access to the translate-server project at Wednesday, but until today, I’m not able to clone it or get any other access.
Here a try of git clone:
GIT_SSH_COMMAND="ssh -v" git clone tails:translate-server
Cloning into 'translate-server'...
OpenSSH_7.7p1 Debian-2, OpenSSL 1.0.2o 27 Mar 2018
debug1: Reading configuration data XXXX/.ssh/config
debug1: XXXX/.ssh/config line 155: Applying options for tails
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 19: Applying options for *
debug1: Connecting to git.tails.boum.org [77.109.139.10] port 22.
debug1: Connection established.
debug1: identity file XXXX/.ssh/id_rsa type 0
debug1: key_load_public: No such file or directory
debug1: identity file XXXX/.ssh/id_rsa-cert type -1
debug1: Local version string SSH-2.0-OpenSSH_7.7p1 Debian-2
debug1: Remote protocol version 2.0, remote software version OpenSSH_5.3
debug1: match: OpenSSH_5.3 pat OpenSSH_5* compat 0x0c000000
debug1: Authenticating to git.tails.boum.org:22 as 'tails'
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: algorithm: diffie-hellman-group-exchange-sha256
debug1: kex: host key algorithm: ssh-rsa
debug1: kex: server->client cipher: aes128-ctr MAC: hmac-sha2-256 compression: none
debug1: kex: client->server cipher: aes128-ctr MAC: hmac-sha2-256 compression: none
debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(2048<8192<8192) sent
debug1: got SSH2_MSG_KEX_DH_GEX_GROUP
debug1: SSH2_MSG_KEX_DH_GEX_INIT sent
debug1: got SSH2_MSG_KEX_DH_GEX_REPLY
debug1: Server host key: ssh-rsa SHA256:mgCJgUtJmSu7rvtKoytNWZ/gps2pirNnZL17QSxVqz8
debug1: Host 'git.tails.boum.org' is known and matches the RSA host key.
debug1: Found key in XXXX/.ssh/known_hosts:180
debug1: rekey after 4294967296 blocks
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: SSH2_MSG_NEWKEYS received
debug1: rekey after 4294967296 blocks
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug1: Authentications that can continue: publickey
debug1: Next authentication method: publickey
debug1: Offering public key: RSA SHA256:cw/8axzACryGTkCW08T3mI7+39Z/gF733o19p6QoUz8 XXXX/.ssh/id_rsa
debug1: Authentications that can continue: publickey
debug1: Offering public key: RSA
[...] # other keys
debug1: No more authentication methods to try.
tails@git.tails.boum.org: Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
The same result I get if I try to enter the server via ssh:
ssh -v tails@git.tails.boum.org
OpenSSH_7.7p1 Debian-2, OpenSSL 1.0.2o 27 Mar 2018
debug1: Reading configuration data XXXX/.ssh/config
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 19: Applying options for *
debug1: Connecting to git.tails.boum.org [77.109.139.10] port 22.
debug1: Connection established.
debug1: identity file XXXX/.ssh/id_rsa type 0
debug1: key_load_public: No such file or directory
debug1: identity file XXXX/.ssh/id_rsa-cert type -1
debug1: Local version string SSH-2.0-OpenSSH_7.7p1 Debian-2
debug1: Remote protocol version 2.0, remote software version OpenSSH_5.3
debug1: match: OpenSSH_5.3 pat OpenSSH_5* compat 0x0c000000
debug1: Authenticating to git.tails.boum.org:22 as 'tails'
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: algorithm: diffie-hellman-group-exchange-sha256
debug1: kex: host key algorithm: ssh-rsa
debug1: kex: server->client cipher: aes128-ctr MAC: hmac-sha2-256 compression: none
debug1: kex: client->server cipher: aes128-ctr MAC: hmac-sha2-256 compression: none
debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(2048<8192<8192) sent
debug1: got SSH2_MSG_KEX_DH_GEX_GROUP
debug1: SSH2_MSG_KEX_DH_GEX_INIT sent
debug1: got SSH2_MSG_KEX_DH_GEX_REPLY
debug1: Server host key: ssh-rsa SHA256:mgCJgUtJmSu7rvtKoytNWZ/gps2pirNnZL17QSxVqz8
debug1: Host 'git.tails.boum.org' is known and matches the RSA host key.
debug1: Found key XXXX/.ssh/known_hosts:180
debug1: rekey after 4294967296 blocks
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: SSH2_MSG_NEWKEYS received
debug1: rekey after 4294967296 blocks
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug1: Authentications that can continue: publickey
debug1: Next authentication method: publickey
debug1: Offering public key: RSA SHA256:cw/8axzACryGTkCW08T3mI7+39Z/gF733o19p6QoUz8 XXXX
debug1: Authentications that can continue: publickey
debug1: Offering public key: RSA
[...]
debug1: No more authentication methods to try.
tails@git.tails.boum.org: Permission denied (publickey).
Parent Task: #11759 (closed)
Edited by hefee