
Marco (and anyone else with ssh access): You may need an updated ssh keypair which is stronger or more modern - whatever is needed by default by current latest debian bookworm. If your logins are still not working apparently because of invalid key type, please send me a new public key which uses a current encryption method such as e.g. ed25519 and I will add to your .ssh/authorized_keys. Dave Cooper ---- On Tue, 11 Mar 2025 10:11:39 -0400 Marco Antoniotti <marco.antoniotti@unimib.it> wrote --- Yep. I just noted that I cannot ssh to http://common-lisp.net anymore (offending key). Can you point me to the instructions to fix this? Moreover: I have already set up http://gitlab.common-lisp.net with 2FA, but now, it gets me to the "Explore/Projects". Would it be possible to point to the personal pages instead? Thanks MA On Tue, Mar 11, 2025 at 3:01 PM Raymond Toy <mailto:toy.raymond@gmail.com> wrote: -- Marco Antoniotti, Professor, Director tel. +39 - 02 64 48 79 01 DISCo, University of Milan-Bicocca U14 2043 http://dcb.disco.unimib.it Viale Sarca 336 I-20126 Milan (MI) ITALY CSCE 2025 - http://csce.lakecomoschool.org On 3/10/25 5:57 PM, Carl Shapiro wrote: Jon Boone mailto:ipmonger@delamancha.org writes: It appears the script assumes an rsync daemon listening on TCP port 873. Carl, is there some reason to not use ssh instead? Rsync can support this trivially with much improved security properties. Thanks for the suggestion. I set this up many years ago so I cannot be absolutely certain but I suspect that I used rsync the way I did because that is the method that was documented at the time. Likewise, I set up a monthly cronjob to backup cmucl and other things I have onhttp://c-l.net. Probably been doing this ever since rsync was available. https://web.archive.org/web/20040606094613/http://common-lisp.net/rsync.shtm... I am open to doing something different if there are viable options available. Me too, as long as I don’t have to provide myhttp://c-l.net credentials. Some passwordless ssh would be fine. Or other scheme.