Commit Graph

4 Commits

Author SHA1 Message Date
John Mertz 59d8d66763 Various fixes to installer
Fix permissions.
Add SSH configuration
Fix shell path
Fix recursion issue with symlinks (not relevant with current source)

Should now be possible to clone, run `./install.pl server` and have a
working chroot/ssh login.
2022-06-30 20:48:51 +00:00
John Mertz e3bdcdb5ae Preliminary server chroot installation
Configures a chroot with Perl and bin/pgen-server to run a shell.

ssh to 'pgen@localhost' successful shows pgen-server test message then
logs out.

'add_key' and 'remove_server' functions also work. Recursive path
builder function 'dig_dirs' also works well within the latter.
2022-06-30 06:49:11 +00:00
John Mertz aedd59b759 Initial outline with goals 2022-06-30 02:22:26 +00:00
John Mertz 2eb2e04abc Initial commit 2022-06-30 00:40:15 +00:00