Closed Bug 1178380 Opened 9 years ago Closed 9 years ago

Enable sftp ssh subsystem on reviewboard-hg1.dmz.scl3

Categories

(Developer Services :: General, task)

task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: gps, Assigned: fubar)

Details

Ansible can't currently talk to reviewboard-hg1.dmz.scl3.mozilla.com. After much sleuthing, and trial and error, I realized the issue is the sshd server is lacking the sftp subsystem. I manually hacked up sshd_config on that machine to add the following line and Ansible magically starts working:

  Subsystem   sftp    /usr/libexec/openssh/sftp-server

Please add this line in Puppet.
url:        https://hg.mozilla.org/hgcustom/version-control-tools/rev/d1452ce985f5068c908d380a78eb0ad4725441a6
changeset:  d1452ce985f5068c908d380a78eb0ad4725441a6
user:       Gregory Szorc <gps@mozilla.com>
date:       Mon Jun 29 10:54:45 2015 -0700
description:
ansible/mozreview-prod: manage reviewboard-hg1

The cause of reviewboard-hg1 not liking Ansible was identified in bug
1178380. We can now manage this machine with ansible.
Added in r105654 and pushed to puppetmasters.
Assignee: nobody → klibby
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.