Skip to content
Snippets Groups Projects
Commit 1dd275ec authored by David Johnson's avatar David Johnson
Browse files

Revert back to old delegate account and key until rollout.

parent 2d3eb0c9
No related merge requests found
......@@ -116,8 +116,10 @@ class NM3agent:
pass
DEF_NM_DELEGATE_ACCT = "utah_nmcontrol"
DEF_NM_DELEGATE_KEY = "/root/.ssh/id_rsa"
#DEF_NM_DELEGATE_ACCT = "utah_nmcontrol"
DEF_NM_DELEGATE_ACCT = "utah_elab_delegate"
#DEF_NM_DELEGATE_KEY = "/root/.ssh/id_rsa"
DEF_NM_DELEGATE_KEY = "/root/.ssh/id_rsa.plabdel"
DEF_NM_SSHCMD = "/usr/bin/ssh -q -oStrictHostKeyChecking=no" \
" -oPasswordAuthentication=no -l %s -i %s %s"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment