Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Changed the way "bosi prepare" handles sshd first start to use a Raspberry Pi specific mechanism that [https://groups.google.com/g/pidp-8/c/qCVLKZoJPkU/m/TLqY2IkaBAAJ | reportedly regenerates the shredded keys]. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
02c35e52bf7d39860e5d55b1f9e3ba24 |
User & Date: | tangent 2021-05-17 15:18:35.907 |
Original Comment: | Changed the way "bosi prepare" handles sshd first start to use a Raspberry Pi specific mechanism that reportedly regenerates the shredded keys: https://groups.google.com/g/pidp-8/c/qCVLKZoJPkU/m/TLqY2IkaBAAJ |
Context
2021-06-05
| ||
12:09 | Dropped the ETOS matter from COPYING.md, and clarified the blanket licensing info for the rest of the DEC software. check-in: d80d302db1 user: tangent tags: trunk | |
2021-05-17
| ||
15:18 | Changed the way "bosi prepare" handles sshd first start to use a Raspberry Pi specific mechanism that [https://groups.google.com/g/pidp-8/c/qCVLKZoJPkU/m/TLqY2IkaBAAJ | reportedly regenerates the shredded keys]. check-in: 02c35e52bf user: tangent tags: trunk | |
2021-04-23
| ||
19:51 | Updated to the latest SIMH to fix a problem with TSS/8 booting. It seems they updated some of the device handling since the Feb 3 update we did just prior to the current stable release. check-in: f02ebe72df user: tangent tags: trunk | |
Changes
Changes to tools/bosi.
︙ | ︙ | |||
167 168 169 170 171 172 173 | fi set -x history -c ; rm -f ~/.bash_history pidp8i stop || true # avoid sim hogging CPU | < > > | 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 | fi set -x history -c ; rm -f ~/.bash_history pidp8i stop || true # avoid sim hogging CPU sudo shred -u /etc/ssh/*key* || true # allow multiple passes sudo touch /boot/ssh # enable sshd on 1st boot... # & regen keys just nuked sudo dphys-swapfile uninstall || true sudo dd if=/dev/zero of=/junk bs=1M || true # it *will* error-out! sudo rm -f /junk cl=/boot/cmdline.txt if ! grep -Fq ' init=' $cl then |
︙ | ︙ |