[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [HTCondor-users] use of _CONDOR_WRAPPER_ERROR_FILE



On 10/28/22 09:25, Benoit Roland wrote:
Dear all,


/var/lib/condor/execute/dir_123456/.condor_ssh_to_job_1/sshd.log
with 123456 the PID associated with the HTCondor job.


Hi Benoit:

I think the easiest way to access the log file that the sshd created by condor_ssh_to_job is to add the following to the worker node configuration file:


SSH_TO_JOB_SSHD_ARGS = "-i -e -E /tmp/condor_sshd.log -f %f"


(or some other path that condor can write to instead of /tmp), and the sshd will write the log to that file.


-greg