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
Once you login to the secure client via ssh, you can access \texttt{automatic.sh}, an end-to-end automation of the secure workflow that the rest of the tutorial walks you through.
109
109
The script prepares your data container, encrypts uploads it, prepares yoxur batch script and executes it after encryption as well. Finally, the output is presented in a data container, mounted and ready to use.
110
-
Before you run it, be sure to substitute the parametrized variables \texttt{$<$LUKScontainername$>$},\texttt{$<$uid$>$}, \texttt{$<$hpc-uid$>$} and \texttt{$<$containername$>$} in \texttt{command.sh.template}.
110
+
Before you run it, be sure to substitute the parametrized variables \texttt{$<$uid$>$},\texttt{$<$hpc-uid$>$} and \texttt{$<$containername$>$} (same as \texttt{$<$LUKScontainername$>$}) in \texttt{command.sh.template}.
111
111
112
112
You can run \texttt{automatic.sh} with your \texttt{UID} of the secure client and \texttt{HPC-UID} as follows:\\
These tokens need to be included in the batch script, so that the keys can be retrieved on a secure node.
173
173
174
174
The general \textit{command}, i.e. the bash-commands, is written in \texttt{command.sh.template}.
175
-
Please open it in an editor, like vim, emacs or nano and substitute \textbf{only} the paramerized variables \texttt{$<$LUKScontainername$>$},\texttt{$<$uid$>$}, \\\texttt{$<$hpc-uid$>$} and \texttt{$<$containername$>$}.
175
+
Please open it in an editor, like vim, emacs or nano and substitute \textbf{only} the paramerized variables \texttt{$<$uid$>$}, \texttt{$<$hpc-uid$>$} and \texttt{$<$containername$>$}.
176
176
(Note that \texttt{$<$LUKScontainername$>$} is the same as \texttt{$<$containername$>$}).
177
177
178
178
You can now execute \texttt{prepare\_scripts.sh} with: \\
0 commit comments