Hide Forgot
Description of problem: The incorrect command is blocking people from logging into the gear. Version-Release number of selected component (if applicable): How reproducible: 30k gears in production Steps to Reproduce: 1. (initial cause unknown) 2. create application 3. modify authorized_keys to use /usr/bin/trap-user Actual results: authorized_keys may have command="/usr/bin/trap-user Expected results: authorized_keys should have command="/usr/bin/oo-trap-user Additional info: 2.0.37 upgrades will be enhanced to resolve this issue
Fixed in https://github.com/openshift/li/pull/2236
Went to production with 2.0.37.2
Checked on latest devenv with the upgrade extension from stage branch. After modified the gear authorized_keys to "trap-user", it will be repaired after upgrade.
Checked again on devenv-stage_619, after upgrade, the .ssh/authorized_keys file can be repaired for both scale and non-scale apps.