|
Hi Jaime,
I tried the command you suggested, it seems to work, but I need to modify it a bit, i.e. I ran:
remote_gahp --rgahp-user <user> <remote_cluster> blahpd
The output I got is:
Agent pid 3213418
Warning: Permanently added '<remote_cluster>' (ED25519) to the list of known hosts.
$GahpVersion: 1.8.0 Mar 31 2008 INFN\ blahpd\ (poly,new_esc_format) $
quit
S Server\ exiting
Agent pid 3213418 killed
It seems to be the same as in your example.
Is there something else I can check?
Thanks,
Vito
From: Jaime Frey <jfrey@xxxxxxxxxxx>
Sent: Tuesday, March 3, 2026 11:27 To: HTCondor-Users Mail List <htcondor-users@xxxxxxxxxxx> Cc: Vito Di Benedetto <vito@xxxxxxxx> Subject: Re: [HTCondor-users] condor_remote_cluster fails to test a remote cluster [EXTERNAL] â This message is from an external sender The <user>@<remote cluster> you specify for grid_resource in the submit description should be the same values that youâd use for sshâing to the login node.
You can try running the same command that HTCondor uses to connect to the login node on the command line:
% remote_gahp <user>@<remote_cluster> blahpd
Agent pid 3946166
$GahpVersion: 1.8.0 Mar 31 2008 INFN\ blahpd\ (poly,new_esc_format) $
QUIT
S Server\ exiting
Agent pid 3946166 killed
%
remote_gahp is a shell script that runs ssh with the correct arguments to establish the network connection for HTCondor to use. You can examine exactly what itâs doing to determine why the connection is failing.
|