X-Git-Url: https://git.cyclocoop.org/?p=lhc%2Fateliers.git;a=blobdiff_plain;f=README;h=2965e8b0a0f49fc45a25b639165cd24b6bd1310a;hp=5e9fa04e0b8ea471539e26dadf59dc3d7938b994;hb=deeba8cf50893362d5af7bed3e94119e430af487;hpb=c6358beea0be57737b6a6980657b7b5744e51774 diff --git a/README b/README index 5e9fa04..2965e8b 100644 --- a/README +++ b/README @@ -24,17 +24,34 @@ TASK: obtenir une installation chrootable @host % ~/tool/ateliers/vm_host disk_umount TASK: obtenir une installation démarable @host % ~/tool/ateliers/vm_host chroot - @host % ~/tool/ateliersexport TRACE=1 LANG=C LC_CTYPE=C + @host % export TRACE=1 LANG=C LC_CTYPE=C @host % /root/tool/vm/vm_hosted init @host % exit TASK: initialiser la VM - @host % ~/tool/ateliers/vm_host vm_init + @host % ~/tool/ateliers/vm_host vm_configure @host % ~/tool/ateliers/vm_host vm_start - @hosted % vm_hosted user_init + @hosted % vm_hosted user_configure TASK: démarrer la VM @host % vm_host vm_start -TASK: ajouter un administrateur - @hosted % vm_hosted user_admin_add $user # NOTE: remplacer $user +TASK: ajouter un-e administrateurice $user + @remote % cp .../id_rsa var/pub/ssh/$user.key + @remote % gpg --armor --export --export-options export-clean >var/pub/openpgp/$user.key + @remote % git add var/pub/{openpgp,ssh}/$user.key + @remote % git commit -a -m "Ajout : admin : $user ." + @remote % ./vm_remote git_push + @hosted % vm_hosted git_reset + @hosted % vm_hosted user_admin_add $user TASK: démarrer la VM @host % vm_host vm_start - @remote % vm_remote disk_send_key + @remote % ./vm_remote key_disk_send +TASK: pousser des changements locaux sur la VM + @remote % ./vm_remote push hosted + @hosted % vm_hosted git_reset +TASK: se connecter interactivement en root à la VM avec une connection SSH persistante + @remote % ./vm_remote mosh -l root +TASK: générer une autorité de certification et un sous-certificat TLS + % export TRACE=all + % random=/dev/urandom gpg_options="--recipient $USER@" lib/tool/openssl/make etc/openssl/heureux-cyclage.org + % random=/dev/urandom gpg_options="--recipient $USER@" lib/tool/openssl/make etc/openssl/heureux-cyclage.org/imap + % lib/tool/openssl/check etc/openssl/heureux-cyclage.org + % lib/tool/openssl/check etc/openssl/heureux-cyclage.org/imap