• SSH keys

    From apam@21:1/125 to All on Mon Jun 3 16:57:15 2019
    Just added support for ECDSA and ED25519 keys.

    If you update please do a make clean first.

    the command to create the keys are:

    ssh-keygen -f keys/ssh_host_ecdsa_key -N '' -t ecdsa
    ssh-keygen -f keys/ssh_host_ed25519_key -N '' -t ed25519

    Then add

    SSH ECDSA Key = /path/to/MagickaBBS/keys/ssh_host_ecdsa_key
    SSH ED25519 Key = /path/to/MagickaBBS/keys/ssh_host_ed25519_key

    in same section as SSH RSA Key and SSH DSA Key

    It might not work if you have an old version of libssh, so they're not required, but recommended.

    In other news, recently syncterm has stopped working with magicka ssh
    again :( not sure why but it's failing at the key exchange bit. OpenSSH
    and putty both work fine, I've yet to test the netrunner version.

    Andrew

    --- MagickaBBS v0.12alpha (Linux/x86_64)
    * Origin: HappyLand - happyland.magickabbs.com:2023 (21:1/125)