Skip to content

Commit 6ee365c

Browse files
committed
Fix internal key for VisualStudioCode instructions
1 parent a558711 commit 6ee365c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/software/packages/VisualStudioCode.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ env | awk -F= '$1~/^SLURM_/{print "export "$0}' > ~/.code-tunnel-env.bash
101101

102102
# start sshd server on the available port
103103
echo "Starting sshd on port $PORT"
104-
/usr/sbin/sshd -D -p ${PORT} -f /dev/null -h ${HOME}/.ssh/id_ubelix_rsa &
104+
/usr/sbin/sshd -D -p ${PORT} -f /dev/null -h ${HOME}/.ssh/id_ed25519_ubelix_internal &
105105
wait
106106
```
107107

0 commit comments

Comments
 (0)