• SSH & Pi

    From nospam.IB.Joe@nospam.IB.Joe@f201.n342.z1.fidonet.org (IB Joe) to All on Sat Feb 6 15:23:08 2021
    From Newsgroup: alt.bbs.mystic

    I have been trying to get SSH to work with my Mystic BBS, the pi version. Problem is is that I'm new to Linux and the instructions, or what I thought were instructions did not yield a good result.

    Can someone assist me in how to install the files needed so that I may use SSH on my BBS??

    Thanx

    IB Joe
    AKA Joe Schweier
    SysOp of Joe's BBS
    -=JoesBBS.com=-

    --- Synchronet 3.20c-Linux NewsLink 1.2
  • From nospam.Jay.Harris@nospam.Jay.Harris@f664.n229.z1.fidonet.org (Jay Harris) to IB Joe on Sat Feb 6 18:42:51 2021
    From Newsgroup: alt.bbs.mystic

    On 06 Feb 2021, IB Joe said the following...

    Can someone assist me in how to install the files needed so that I may
    use SSH on my BBS??

    I have SSH working on my Pi. I just followed the directions here and it seemed
    to work for me:

    http://wiki.mysticbbs.com/doku.php?id=cryptlib

    Make sure you have the programs needed to compile installed:

    sudo apt-get update
    sudo apt-get install build-essential manpages-dev

    Download cryptlib from the authors:

    cd /tmp
    wget https://cryptlib-release.s3-ap-southeast-1.amazonaws.com/cryptlib345.zip

    Unzip the archive and build:

    unzip -a cryptlib345.zip
    sudo make shared

    Move the file into place:

    sudo mv libcl.so.3.4.5 /usr/lib/libcl.so

    Now as long as SSH is enabled in ./mustic -cfg, you should be able to restart mis with that in place and it should just work.


    Jay

    --- Synchronet 3.20c-Linux NewsLink 1.2
  • From nospam.IB.Joe@nospam.IB.Joe@f201.n342.z1.fidonet.org (IB Joe) to Jay Harris on Sat Feb 6 22:42:32 2021
    From Newsgroup: alt.bbs.mystic

    On 06 Feb 2021, Jay Harris said the following...

    On 06 Feb 2021, IB Joe said the following...

    Can someone assist me in how to install the files needed so that I ma use SSH on my BBS??

    I have SSH working on my Pi. I just followed the directions here and it seemed to work for me:

    http://wiki.mysticbbs.com/doku.php?id=cryptlib

    Make sure you have the programs needed to compile installed:

    sudo apt-get update
    sudo apt-get install build-essential manpages-dev

    Download cryptlib from the authors:

    cd /tmp
    wget https://cryptlib-release.s3-ap-southeast-1.amazonaws.com/cryptlib345.zip

    Unzip the archive and build:

    unzip -a cryptlib345.zip
    sudo make shared

    Move the file into place:

    sudo mv libcl.so.3.4.5 /usr/lib/libcl.so

    Now as long as SSH is enabled in ./mustic -cfg, you should be able to restart mis with that in place and it should just work.



    Thank you Jay... followed your instructions and had it operational in a few minutes.

    IB Joe
    AKA Joe Schweier
    SysOp of Joe's BBS
    -=JoesBBS.com=-

    --- Synchronet 3.20c-Linux NewsLink 1.2