On 9/21/24 7:34 AM, Valerio Bellizzomi wrote:
I am trying to do condor_ssh_to_job 203.0 but it fails after password request as it tries to login as user nobody which is a non-existent user on the EP machine. How do I specify another user to login with?
The sshd that condor_ssh_to_job talks to is spawned by the starter as the user who runs the job, and there is no way to change that. However, condor_ssh_to_job sets up an ssh keypair to use, so it should never fall back to requested an interactive password. What does condor_ssh_to_job -v 203.0 report?
-greg