Files
fedora-OEMDRV/client_software
Daniel unbrot Pätzold 6fe96f82fd 0060_ssh_key: relocate ~/.ssh into encrypted data dir, generate non-interactively
Symlinks ~/.ssh to ${DECRYPTEDDATADIR}/ssh_keys (migrating any existing
content once) so the key lives in the gocryptfs-encrypted area instead
of the plain home directory. Also passes -N "" to ssh-keygen so key
generation no longer prompts for a passphrase.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-17 13:49:33 +02:00
..
2026-05-08 12:07:54 +02:00

Pre installed software installation script repository

Contains Packages to install and setup at user logon first. Each package is in one directory and may include two scripts which will be called from user logon script:

  • install.sh - will be called with root- privileges to install software or other administrative tasks
  • user_run.sh - will get executed after all admins scripts had been executed in user context to setup user configs ad data

The execution will be sorted by directory name.