Tiny Core Linux

Tiny Core Extensions => TCE Talk => Topic started by: kjpetrie on May 27, 2026, 05:25:18 PM

Title: Can't find openssh.tcz files
Post by: kjpetrie on May 27, 2026, 05:25:18 PM
I have installed openssh.tcz, but cannot find any of the files in the following list on my system:
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

I must be looking in the wrong place - under /. Is that right?
Title: Re: Can't find openssh.tcz files
Post by: Paul_123 on May 27, 2026, 05:36:16 PM
I think the likely answer is that you may have just downloaded it an not actually installed it. Or there was a problem downloading it. 
What steps did you perform?

This will install the extension, if it is already downloaded.
Code: [Select]
tce-load -i openssh.tcz
Title: Re: Can't find openssh.tcz files
Post by: kjpetrie on May 27, 2026, 06:21:56 PM
I selected the extension and the On Demand option then clicked Go. The response was a yellow background and "openssh.tcz OK". When I couldn't find it I tried again and got the brief message that it was already installed.
Title: Re: Can't find openssh.tcz files
Post by: Paul_123 on May 27, 2026, 06:43:30 PM
On demand works differently than you might be expecting.  Something like OpenSSh that needs to run as a daemon,  it should be installed, loaded at boot,  and then started early….. normally in bootlocal.sh
Title: Re: Can't find openssh.tcz files
Post by: kjpetrie on May 28, 2026, 12:51:01 PM
I tried again with the OnBoot setting. Just said already installed, but then once I'd created the host keys it sprang to life.