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

Re: [HTCondor-users] sftp via condor_ssh_to_jobs



Hi Carl,

This is interesting and we will have to do some exploring to see what is going on there, but an alternative solution is to run condor_ssh_to_job JobID cat path/to/file/in/job/workspace > local_file.txt

-Cole Bollig

From: HTCondor-users <htcondor-users-bounces@xxxxxxxxxxx> on behalf of carl langlois <crl.langlois@xxxxxxxxx>
Sent: Thursday, February 13, 2025 4:39 PM
To: htcondor-users@xxxxxxxxxxx <htcondor-users@xxxxxxxxxxx>
Subject: [HTCondor-users] sftp via condor_ssh_to_jobs
 
Hi all,

I am using condor_ssh_to_jobs to access remote jobs. This works perfectly. I can navigate without issue in the directory. The ID of the user is the same as the one that run the jobs. But when i try to use the -ssh sftp i can navigate the directory structure but i am not able to get file. The user that is being used to sftp is the user from the submit node not the one that run the jobs. 

Any suggestions on what to look for? My search did not get me any information.

Best Regards
CL