You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since the only ssh direction that works is so[node|.test] > cn[|-stage.test], the scp command that is written to commands.sh should reflect that. Currently the command is:
By default this will be run from a mnlite user account on the MN. At present the ssh user default is set to be based on the user that runs the script, i.e.
USER_NAME=pwd.getpwuid(os.getuid())[0]
will resolve to the current user (mnlite). In the future this will be configurable via #53 (to be e.g. nesbitt or another user).
Since the only ssh direction that works is
so[node|.test]
>cn[|-stage.test]
, thescp
command that is written tocommands.sh
should reflect that. Currently the command is:scp mnlite@so.test.dataone.org:/home/mnlite/WORK/mnlite/instance/nodes/mnTestDVNO/xml/mnTestDVNO_PConzett.xml ~/d1_xml/mnTestDVNO/
It should instead be:
scp /home/mnlite/WORK/mnlite/instance/nodes/mnTestDVNO/xml/mnTestDVNO_PConzett.xml nesbitt@cn-stage.test.dataone.org:~/d1_xml/mnTestDVNO/
The text was updated successfully, but these errors were encountered: