Add managed Lab 3 browser terminal deployment
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
This workspace is managed for the Lab 3 browser terminal.
|
||||
|
||||
You should log in as:
|
||||
- username: {{ courseware_student_username }}
|
||||
|
||||
Start here:
|
||||
- working directory: {{ courseware_lab3_dir }}
|
||||
|
||||
Helpful paths:
|
||||
- WhiteRabbitNeo helper: {{ courseware_lab3_dir }}/download_whiterabbitneo-gguf.sh
|
||||
- repo-local base repo symlink: {{ courseware_lab3_dir }}/WhiteRabbitNeo/WhiteRabbitNeo-V3-7B
|
||||
- repo-local GGUF symlink: {{ courseware_lab3_dir }}/WhiteRabbitNeo/WhiteRabbitNeo_WhiteRabbitNeo-V3-7B-GGUF
|
||||
|
||||
Some symlinks only appear after the corresponding repo-local lab assets are present.
|
||||
@@ -0,0 +1,12 @@
|
||||
# Managed by Local Courseware Deployment.
|
||||
ListenAddress 127.0.0.1
|
||||
AddressFamily inet
|
||||
PermitRootLogin no
|
||||
PasswordAuthentication yes
|
||||
KbdInteractiveAuthentication no
|
||||
ChallengeResponseAuthentication no
|
||||
UsePAM yes
|
||||
AllowUsers {{ courseware_student_username }}
|
||||
AllowTcpForwarding no
|
||||
X11Forwarding no
|
||||
PrintMotd no
|
||||
Reference in New Issue
Block a user