2025 Learner Lab - Instructor Video - Create a chrooted sftp server automatically with accounts

Опубликовано: 16 Июнь 2026
на канале: Information Technology
83
2

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