We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a558711 commit 6ee365cCopy full SHA for 6ee365c
docs/software/packages/VisualStudioCode.md
@@ -101,7 +101,7 @@ env | awk -F= '$1~/^SLURM_/{print "export "$0}' > ~/.code-tunnel-env.bash
101
102
# start sshd server on the available port
103
echo "Starting sshd on port $PORT"
104
-/usr/sbin/sshd -D -p ${PORT} -f /dev/null -h ${HOME}/.ssh/id_ubelix_rsa &
+/usr/sbin/sshd -D -p ${PORT} -f /dev/null -h ${HOME}/.ssh/id_ed25519_ubelix_internal &
105
wait
106
```
107
0 commit comments