Skip to content
Snippets Groups Projects
Commit 9017d967 authored by Mathis Rosenhauer's avatar Mathis Rosenhauer
Browse files

start-vnc: blurb for setting password

parent 7432cb34
No related branches found
No related tags found
No related merge requests found
......@@ -211,6 +211,7 @@ prepare_vncserver () {
ssh_frontend "mkdir -p .startvnc"
if ! ssh_frontend "test -s .vnc/passwd"; then
echo "No VNC password found. Please set now."
echo "Do not use your LDAP password. Eight characters maximum."
ssh_frontend "salloc -Q -n1 -pgpu -A${SVNC_ACCTCODE} -- /bin/bash -c \
'ssh -tt \$SLURM_JOB_NODELIST -- mkdir -p .vnc \
&& /opt/TurboVNC/bin/vncpasswd'" "-t"
......
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