Gonna try to respond from my email rather than the forum. My posts keep being deleted.
The ssh is being initiated using a user in the Jenkins Internal User Database, not my AD user. The build is done by another automation application that calls it using its ssh key (ssh -p 2222 internalJ...@machineName.domain command...). That user is set up in the internal user database. This worked fine until Jenkins 2.516.1. With this upgrade, we no longer have the checkbox with AD to allow the internal user database to work also. From my research it appears that this is supposed to now be default but I'm not finding that to be the case. If I set security realm to internal user database, my ssh succeeds. If I set it to AD, it does not. Any help would be greatly appreciated! Thanks!