Create a chrooted sftp server
With an Elastic IP address
Create user accounts and put a unique random string in each student's account
All in the AWS Academy Learner Lab
Code can be found https://github.com/db4jstrain/learnin...
I am not proud of it, but it is sufficient.
This combines the prior videos and automates the setup
• Setting up a chrooted sftponly system for ...
• Create 90 SFTP Only Users With a Single Co...
• Create Random Files in Learners Home Direc...
To make a grading sheet for graders
for a in `ls /sftp`; do echo $a; cat /sftp/$a/outgoing/ComeGetMe; done