Closed Bug 1763018 Opened 4 years ago Closed 4 years ago

jmaher needs access to jenkins-proxy

Categories

(Cloud Services :: General, task)

task

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: jmaher, Unassigned)

Details

In the past I have setup jenkins-proxy to connect to services, in this case I am trying to connect in order to deploy treeherder:
https://ops-master.jenkinsv2.prod.mozaws.net/job/gcp-pipelines/job/treeherder/job/treeherder-production/

I have this in my ~/.ssh/config file:

Host jenkins-proxy sshproxy.jenkinsv2.prod.mozaws.net
    User jmaher
    IdentityFile ~/.ssh/id_rsa
    Hostname sshproxy.jenkinsv2.prod.mozaws.net
    DynamicForward 127.0.0.1:9999
    ProxyCommand ssh bastion.jenkinsv2.prod.mozaws.net nc %h %p 2>/dev/null

Host bastion.jenkinsv2.prod.mozaws.net
    User jmaher
    IdentityFile ~/.ssh/id_rsa

the other week I changed phones and my 2fa app DuoMobile my connection for cloudops isn't working. I cannot find information in mana. As per bug 1661616, there is reference to https://github.com/mozilla-services/cloudops-deployment#accessing-jenkins, but that either doesn't exist or I don't have access to it.

any chance you can help me out or redirect?

Flags: needinfo?(jbuckley)

nudge...

Reactivation sent

Status: NEW → RESOLVED
Closed: 4 years ago
Flags: needinfo?(jbuckley)
Resolution: --- → FIXED

thanks! this works.

You need to log in before you can comment on or make changes to this bug.