Este conteúdo não está disponível no idioma selecionado.
3.5. Developers Connecting to a Gear are Disconnected Immediately
When connecting directly to a gear, for example when a
git clone
is performed, a developer can authenticate successfully, but then be disconnected by the remote host. This could be due to PAM being misconfigured. An example of this error is shown in the output below.
Ensure that PAM is correctly configured by performing the steps located in the Configuring PAM section of the OpenShift Enterprise Deployment Guide. Note that
pam_selinux
should be changed to pam_openshift
in /etc/pam.d/sshd
, and a line with pam_namespace.so
should be at the end of each file modified. If your change management system overwrote these settings, ensure that your system will retain the correctly modified files in the future.