Closed
Bug 1068341
Opened 10 years ago
Closed 10 years ago
lost SSH access to test262.ecmascript.org for Brian Terlson
Categories
(mozilla.org Graveyard :: Server Operations, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: dherman, Assigned: rbryce)
References
()
Details
+++ This bug was initially created as a clone of Bug #883097 +++
Brian Terlson <brian.terlson@microsoft.com> is no longer able to get into test262.ecmascript.org with his SSH keys. I'll CC him on this bug. Can someone help him get it fixed again?
Thanks,
Dave
PS From the original bug I cloned:
"""
Requesting SSH access to test262.ecmascript.org. Access to this server is required for test262 hg committers since it is required in order to update the live website according to the following reference material.
Reference material on procedure for updating the test262 website:
http://wiki.ecmascript.org/doku.php?id=test262:submission_process#updating_the_live_website
"""
Comment 1•10 years ago
|
||
I went ahead and generated a new keypair. Assuming there is still an existing account for me, feel free to remove it.
ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAyJb94/GEGXKz/6dHlTewreJS8rJHzMmD+BlKWMM6/QBBVTh3aQYUa+s/g4CG9BTaKLJThTs/FSJ2Si6Ip/m5CcQ5W6fkNlv69UqjLBFvOFY72sJ1IWX73BkKwVjN0ZKUYF1YcmxFTRjRGdZmw26HZA9YPkr6llHbud01W3SkYRlquSfaXFeABKCY+opHs6obM+tl9DDfcZ/W0ET38tYCfW/DmsJuTdilFbjNNYZMwAEn0hIwQVGc3G17IpQFGV5TX4o4YYs21LDTYV9MGEJPAVUGjF4wDIblXt0x3mv7mTcxRkWzg2U1v3Nv6oYIaLoOKSKTYa1J/QMu/y6UBRU+TQ== brian.terlson@microsoft.com
Assignee | ||
Comment 2•10 years ago
|
||
you repo access was disabled from inactivity. Acct reactivated, and new public ssh key added. Please allow 30 minutes for your access to be live.
Assignee: server-ops → rbryce
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Comment 3•10 years ago
|
||
Sadly I can't connect, but it's probably a configuration problem on my end. When I attempt to connect, here's what I get:
>ssh -vvv -i .ssh\id_rsa test262.ecmascript.org
OpenSSH_4.6p1, OpenSSL 0.9.8e 23 Feb 2007
debug2: ssh_connect: needpriv 0
debug1: Connecting to test262.ecmascript.org [63.245.223.13] port 22.
debug1: Connection established.
debug3: Not a RSA1 key file .ssh\\id_rsa.
debug1: identity file .ssh\\id_rsa type 1
ssh_exchange_identification: Connection closed by remote host
Perhaps I need my username, as I don't recall what it was years back...
Comment 4•10 years ago
|
||
I believe for that system, the username is either your e-mail address or bterlson.
Comment 5•10 years ago
|
||
I tried all of
>ssh -vvv -i .ssh\id_rsa bterlson@test262.ecmascript.org
>ssh -vvv -i .ssh\id_rsa brian.terlson@microsoft.com@test262.ecmascript.org
>ssh -vvv -i .ssh\id_rsa brterlso@microsoft.com@test262.ecmascript.org
>ssh -vvv -i .ssh\id_rsa brterlso@test262.ecmascript.org
With same results. At this point I suspect a problem with my keypair. I am using gnu utils on Windows, and generated my keys via:
>ssh-keygen -t rsa -C "brian.terlson@microsoft.com"
For use with command line SSH, I converted this to OpenSSH2 format (default seemed to be PEM).
In case this was the issue, and since I'm on windows, I used also puttygen to convert my privkey to a ppk file. Putty tells me that the server refused the key for each of the following user names:
brterlso
bterlson
brian.terlson@microsoft.com
brterlso@microsoft.com
At any rate I'm locked out now, likely due to too many attempts. Any suggested avenues for debugging this issue would be appreciated!!
Comment 6•10 years ago
|
||
:jabba was able to solve all my problems. Thanks!
Comment 7•10 years ago
|
||
For reference, it appeared as though this host is not directly bound to LDAP, so I manually copied the new ssh key to /home/bterlson/.ssh/authorized_keys (and had to remove his IP from denyhosts because of the lockout in comment 5).
Updated•10 years ago
|
Product: mozilla.org → mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•