My XIAS account is in the gpfs5 group, but not able to access login-gpfs5-01. When I ssh to the relevant test IP, I get an error when I enter my password.
Permission denied (password,publickey).
Edited
Designs
Child items
0
Show closed items
No child items are currently assigned. Use child items to break down this issue into smaller parts.
The solution to this problem lies in the config of target ssh server. It must be configured to support password authentication in our environment. The ssh-piper config just proxies the password authn against the assigned ssh server.
In this case the system config of login-gpfs5-01 needs to be updated to support password authn. In our environment, this requires validating the password against UAB LDAP. The correct config for this authn exists on login004 and needs to be implemented on the gpfs5 login server.
We have this configuration defined for login004. Please work with Ops to implement it.
We need to decide if this should be a build or deploy time update. Given this is a system "personality" akin to our shib and http certs, we should probably use the same sec bucket framework that we use for those elements.