Closed Bug 1102656 Opened 11 years ago Closed 11 years ago

Replace ssh key for Chun-Min Chang

Categories

(mozilla.org Graveyard :: Server Operations, task)

x86_64
Linux
task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: chunmin, Assigned: rbryce)

Details

Attachments

(1 file)

Attached file SSH publick key
No description provided.
Assignee: mozillamarcia.knous → server-ops
Component: Repository Account Requests → Server Operations
QA Contact: shyam
Summary: Commit Access (Level 1) for Chun-Min Chang : Try server access → Replace ssh key for Chun-Min Chang
My email is cchang@mozilla.com Thanks.
your ssh key has been replaced, please ~30 minutes for you key to be live.
Assignee: server-ops → rbryce
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
I register this SSH key pair to my computer but it can not connect to try server. I use the same key pair to git and it works fine. $ ssh hg.mozilla.org Permission denied (publickey). Detail -------------------------------- $ eval "$(ssh-agent -s)" # Agent pid 59566 $ ssh-add ~/.ssh/id_rsa $ ssh -T git@github.com Hi ChunMinChang! You've successfully authenticated, but GitHub does not provide shell access. $ ssh hg.mozilla.org Permission denied (publickey).
Yes, I already set ~/.ssh/config as the format it required. The following are my ~/.hgrc and ~/.ssh/config $ vim ~/.ssh/config -------------------------------------------------- Host hg.mozilla.org User cchang@mozilla.com $ vim ~/.hgrc -------------------------------------------------- [ui] username = Chun-Min Chang <cchang@mozilla.com> merge = kdiff3 [diff] git = 1 unified = 8 showfunc = 1 [defaults] commit = -v diff = -p -U 8 qdiff = -p -U 8 qnew = -U [merge-tools] kdiff3.args = --auto -L1 base --L2 local --L3 other $base $local $other -o $output kdiff3.fixeol = True kdiff3.gui = True [extensions] color = rebase = histedit = progress = transplant = pager = mq = qcrecord = $HOME/Work/crecord/crecord mqext = /home/chunmin/.mozbuild/mercurial/extensions/mqext qimportbz = /home/chunmin/.mozbuild/version-control-tools/hgext/qimportbz trychooser = $HOME/Work/trychooser/trychooser bzexport = /home/chunmin/.mozbuild/version-control-tools/hgext/bzexport reviewboard = /home/chunmin/.mozbuild/version-control-tools/hgext/reviewboard/client.py bzpost = /home/chunmin/.mozbuild/version-control-tools/hgext/bzpost firefoxtree = /home/chunmin/.mozbuild/version-control-tools/hgext/firefoxtree [mozext] ircnick = chunminchang [mq] plain = True [mqext] mqcommit = auto [paths] try = ssh://hg.mozilla.org/try/ [bugzilla] username = cchang@mozilla.com [hostfingerprints] bugzilla.mozilla.org = 47:13:a2:14:0c:46:45:53:12:0d:e5:36:16:a5:60:26:3e:da:3a:60 bitbucket.org = 45:ad:ae:1a:cf:0e:73:47:06:07:e0:88:f5:cc:10:e5:fa:1c:f7:99 hg.mozilla.org = af:27:b9:34:47:4e:e5:98:01:f6:83:2b:51:c9:aa:d8:df:fb:1a:27
Can you attach the output of 'ssh -v hg.mozilla.org'?
$ ssh -v hg.mozilla.org OpenSSH_6.6.1, OpenSSL 1.0.1f 6 Jan 2014 debug1: Reading configuration data /home/chunmin/.ssh/config debug1: /home/chunmin/.ssh/config line 1: Applying options for hg.mozilla.org debug1: Reading configuration data /etc/ssh/ssh_config debug1: /etc/ssh/ssh_config line 19: Applying options for * debug1: Connecting to hg.mozilla.org [63.245.215.25] port 22. debug1: Connection established. debug1: identity file /home/chunmin/.ssh/id_rsa type 1 debug1: identity file /home/chunmin/.ssh/id_rsa-cert type -1 debug1: identity file /home/chunmin/.ssh/id_dsa type -1 debug1: identity file /home/chunmin/.ssh/id_dsa-cert type -1 debug1: identity file /home/chunmin/.ssh/id_ecdsa type -1 debug1: identity file /home/chunmin/.ssh/id_ecdsa-cert type -1 debug1: identity file /home/chunmin/.ssh/id_ed25519 type -1 debug1: identity file /home/chunmin/.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 Ubuntu-2ubuntu2 debug1: Remote protocol version 2.0, remote software version OpenSSH_5.4 debug1: match: OpenSSH_5.4 pat OpenSSH_5* compat 0x0c000000 debug1: SSH2_MSG_KEXINIT sent debug1: SSH2_MSG_KEXINIT received debug1: kex: server->client aes128-ctr hmac-md5 none debug1: kex: client->server aes128-ctr hmac-md5 none debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<3072<8192) sent debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP debug1: SSH2_MSG_KEX_DH_GEX_INIT sent debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY debug1: Server host key: RSA fa:e8:5a:cc:de:02:e0:c7:6e:ff:14:92:90:b9:12:be debug1: Host 'hg.mozilla.org' is known and matches the RSA host key. debug1: Found key in /home/chunmin/.ssh/known_hosts:3 debug1: ssh_rsa_verify: signature correct debug1: SSH2_MSG_NEWKEYS sent debug1: expecting SSH2_MSG_NEWKEYS debug1: SSH2_MSG_NEWKEYS received debug1: Roaming not allowed by server debug1: SSH2_MSG_SERVICE_REQUEST sent debug1: SSH2_MSG_SERVICE_ACCEPT received debug1: Authentications that can continue: publickey debug1: Next authentication method: publickey debug1: Offering RSA public key: /home/chunmin/.ssh/id_rsa debug1: Authentications that can continue: publickey debug1: Trying private key: /home/chunmin/.ssh/id_dsa debug1: Trying private key: /home/chunmin/.ssh/id_ecdsa debug1: Trying private key: /home/chunmin/.ssh/id_ed25519 debug1: No more authentication methods to try. Permission denied (publickey).
Somehow a line break made it into your ssh_key. Resumbitted, please allow 30 minutes for the new key to be live.
It works well now, thx!
Flags: needinfo?(cchang)
Product: mozilla.org → mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: