Files
LLM-Labs-Local/ansible/roles/terminal/templates/sshd-courseware-terminal.conf.j2
T
2026-04-13 16:40:14 -06:00

13 lines
306 B
Django/Jinja

# 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