• Starting an sftp server

    From bp@www.zefox.net@3:770/3 to All on Wednesday, February 28, 2024 19:22:03
    What does a recent 64 bit RasPiOS system use for
    an sftp server? I find the sftp client, but no
    matching server. The intended client is a Mac
    OS X 10.7.5 host on a private network.

    Thanks for reading, and any guidance!

    bob prohaska

    --- SoupGate-Win32 v1.05
    * Origin: Agency HUB, Dunedin - New Zealand | Fido<>Usenet Gateway (3:770/3)
  • From Andy Burns@3:770/3 to bp@www.zefox.net on Wednesday, February 28, 2024 19:42:25
    bp@www.zefox.net wrote:

    What does a recent 64 bit RasPiOS system use for
    an sftp server? I find the sftp client, but no
    matching server.

    The ssh server doubles as the sftp server.

    --- SoupGate-Win32 v1.05
    * Origin: Agency HUB, Dunedin - New Zealand | Fido<>Usenet Gateway (3:770/3)
  • From Theo@3:770/3 to bp@www.zefox.net on Wednesday, February 28, 2024 19:44:14
    bp@www.zefox.net wrote:
    What does a recent 64 bit RasPiOS system use for
    an sftp server? I find the sftp client, but no
    matching server. The intended client is a Mac
    OS X 10.7.5 host on a private network.

    Thanks for reading, and any guidance!

    sudo apt install openssh-server

    should do it.

    See the recent thread as to tweaks needed to connect to a modern SSH server from an ancient MacOS client.

    Theo

    --- SoupGate-Win32 v1.05
    * Origin: Agency HUB, Dunedin - New Zealand | Fido<>Usenet Gateway (3:770/3)
  • From Lawrence D'Oliveiro@3:770/3 to Andy Burns on Wednesday, February 28, 2024 22:07:48
    On Wed, 28 Feb 2024 19:42:25 +0000, Andy Burns wrote:

    The ssh server doubles as the sftp server.

    You can also configure things so particular users can only access the SFTP service, and nothing else.

    --- SoupGate-Win32 v1.05
    * Origin: Agency HUB, Dunedin - New Zealand | Fido<>Usenet Gateway (3:770/3)
  • From bp@www.zefox.net@3:770/3 to Theo on Thursday, February 29, 2024 04:34:36
    Theo <theom+news@chiark.greenend.org.uk> wrote:
    bp@www.zefox.net wrote:
    What does a recent 64 bit RasPiOS system use for
    an sftp server? I find the sftp client, but no
    matching server. The intended client is a Mac
    OS X 10.7.5 host on a private network.

    Thanks for reading, and any guidance!

    sudo apt install openssh-server

    should do it.

    Looks like it's already present:
    sudo apt install openssh-server
    Reading package lists... Done
    Building dependency tree... Done
    Reading state information... Done
    openssh-server is already the newest version (1:8.4p1-5+deb11u3). openssh-server set to manually installed.
    0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

    ISTR a dialog box for turning various services off and on but
    can't find it under the raspberry menu; did it just go away?
    I thought it was somewhere in preferences.

    See the recent thread as to tweaks needed to connect to a modern SSH server from an ancient MacOS client.

    Thanks for the tips; this is the first time I've wanted to use
    server features under RasPiOS.

    bob prohaska

    --- SoupGate-Win32 v1.05
    * Origin: Agency HUB, Dunedin - New Zealand | Fido<>Usenet Gateway (3:770/3)
  • From bp@www.zefox.net@3:770/3 to Theo on Thursday, February 29, 2024 15:22:27
    Theo <theom+news@chiark.greenend.org.uk> wrote:

    See the recent thread as to tweaks needed to connect to a modern SSH server from an ancient MacOS client.


    I looked and didn't recognize the thread you're referring to.
    Can you post the title?

    Thanks!

    bob prohaska

    --- SoupGate-Win32 v1.05
    * Origin: Agency HUB, Dunedin - New Zealand | Fido<>Usenet Gateway (3:770/3)
  • From Theo@3:770/3 to bp@www.zefox.net on Thursday, February 29, 2024 17:21:26
    bp@www.zefox.net wrote:
    Theo <theom+news@chiark.greenend.org.uk> wrote:

    See the recent thread as to tweaks needed to connect to a modern SSH server from an ancient MacOS client.


    I looked and didn't recognize the thread you're referring to.
    Can you post the title?

    From: SteveN
    Newsgroups: comp.sys.raspberry-pi
    Subject: scp and rsync
    Date: Thu, 22 Feb 2024 09:15:37 -0600
    Message-ID: <ur7of5$3uc37$1@dont-email.me>

    --- SoupGate-Win32 v1.05
    * Origin: Agency HUB, Dunedin - New Zealand | Fido<>Usenet Gateway (3:770/3)
  • From bp@www.zefox.net@3:770/3 to Theo on Friday, March 01, 2024 14:38:43
    Theo <theom+news@chiark.greenend.org.uk> wrote:
    bp@www.zefox.net wrote:
    Theo <theom+news@chiark.greenend.org.uk> wrote:

    See the recent thread as to tweaks needed to connect to a modern SSH server
    from an ancient MacOS client.


    I looked and didn't recognize the thread you're referring to.
    Can you post the title?

    From: SteveN
    Newsgroups: comp.sys.raspberry-pi
    Subject: scp and rsync
    Date: Thu, 22 Feb 2024 09:15:37 -0600
    Message-ID: <ur7of5$3uc37$1@dont-email.me>

    After looking over the thread I decided to use
    sneakernet via thumb drive. Thanks for the warning!
    At some point I should revisit the issue, but it's
    more involved than I expected.

    bob prohaska

    --- SoupGate-Win32 v1.05
    * Origin: Agency HUB, Dunedin - New Zealand | Fido<>Usenet Gateway (3:770/3)