Closed Bug 908354 Opened 11 years ago Closed 11 years ago

Need a way to obtain production keys for win64 machines (or fix original approach)

Categories

(Infrastructure & Operations :: RelOps: General, task)

x86
macOS
task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: armenzg, Assigned: arich)

Details

In the past, we have been obtaining the production keys for the Windows machines through scp'ing into another machine.

C:\mozilla-build\msys\bin\scp -o 'StrictHostKeyChecking no' -o 'BatchMode=no' -r  cltbld@bld-lion-r5-041:~/.ssh .ssh

Unfortunately, the netflow it now seems to be blocked.

I'm also fine with putting the keys somewhere else and grab it from there.

This prevents us from putting production Win64 machines into the pool.

C:\Users\cltbld>telnet 10.26.52.61 22
Trying 10.26.52.61...                
telnet: Unable to connect to remote host: Attempt to connect timed out without establishing a connection
Using a machine from the same data-center did the work.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Spoke to Armen and let him know that these machines can still talk to other hosts in scl1 (linux builders), so the keys could be copied from there.  Longer term, this can be done with GPO after we finish redoing the 2008R2 image and join it to the domain.

Worst case, one should be able to ssh keys from another machine to one's local machine, then scp them up to the host in question.
Assignee: relops → arich
(In reply to Amy Rich [:arich] [:arr] from comment #2)
> Worst case, one should be able to ssh keys from another machine to one's
> local machine, then scp them up to the host in question.

Windows does not accept scp-to-machine. which is why we always log[ed] into windows and scp'ed from a remote host in the releng VLAN
Just to leave a cookie crumb, jhopkins has a script that will sftp to a windows host -- currently documented at https://wiki.mozilla.org/ReferencePlatforms/Win64#Deploy_MAPI_Headers. It's easy to re-purpose for other files.
You need to log in before you can comment on or make changes to this bug.