WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: SSH Server installation problems  (Read 3286 times)

Offline rdbates1

  • Newbie
  • *
  • Posts: 1
SSH Server installation problems
« on: February 20, 2020, 04:10:09 PM »
I have Tiny Core Plus installed and have been unable to get the SSH Server running.  It seemed to have installed fine using the app manager.  After some googling I tried to reinstall using AB but AB was not found.  Also tried sudo cp ssh_config.example ssh_config and
sudo cp sshd_config.example sshd_config thinking there were issues with the configuration files but the example files weren't found.  Is there an up to date installation tutorial?

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11540
Re: SSH Server installation problems
« Reply #1 on: February 20, 2020, 04:35:02 PM »
Hi rdbates1
From the  .info  file:

Comments:       Binaries only
                ----
                For autostart add this to /opt/bootlocal.sh:
                /usr/local/etc/init.d/openssh start
                Add config files to /opt/.filetool.lst
                to make config persistent if you changed them:
                usr/local/etc/ssh/ssh_config
                usr/local/etc/ssh/sshd_config
                Add generated keys (8 files) to backup also for persistency


Found here:
http://www.tinycorelinux.net/10.x/x86/tcz/openssh.tcz.info

To start it from the command line try:
Code: [Select]
sudo /usr/local/etc/init.d/openssh start
Quote
sudo cp sshd_config.example sshd_config thinking there were issues with the configuration files but the example files weren't found.
The files included in the extension are:
Code: [Select]
/usr/local/bin/scp
/usr/local/bin/sftp
/usr/local/bin/ssh
/usr/local/bin/ssh-add
/usr/local/bin/ssh-agent
/usr/local/bin/ssh-copy-id
/usr/local/bin/ssh-keygen
/usr/local/bin/ssh-keyscan
/usr/local/etc/init.d/openssh
/usr/local/etc/ssh/moduli
/usr/local/etc/ssh/ssh_config.orig
/usr/local/etc/ssh/sshd_config.orig
/usr/local/lib/openssh/sftp-server
/usr/local/lib/openssh/ssh-keysign
/usr/local/lib/openssh/ssh-pkcs11-helper
/usr/local/sbin/sshd
/usr/local/tce.installed/openssh
Found here:
http://www.tinycorelinux.net/10.x/x86/tcz/openssh.tcz.list