Hi,
Since at least 24.0.7, we have a problem with condor_ssh_to_job to jobs that have been submitted via dag.
We get errors like this:
$ condor_ssh_to_job 915.0bejones is not authorized for access to the starter for job 915.0
Our submissions are always remote, and from the log it seems as though the reason is because the permission check includes the method, ie:
(D_ALWAYS:2) OwnerCheck reject, 'bejones@xxxxxxx' not ad owner: 'bejones@fsauth' UID_DOMAIN=cern.ch
Ben:
Just to be clear, are you running condor_ssh_to_job from the same machine you run "condor_submit -remote" from? Or on AP with the schedd running on it?
-greg