Tiny Core Linux

Tiny Core Extensions => TCE Corepure64 => Topic started by: 43str4ng3r on May 25, 2017, 01:54:12 PM

Title: OpenSSH strange config file?
Post by: 43str4ng3r on May 25, 2017, 01:54:12 PM
Hi there guys.

after installing openssh i went to start it like this:

Code: [Select]
./openssh start
and then I got this response

Quote
Config file /usr/local/etc/ssh/sshdd_config not found

Isn't there a typo on the filename?

Kind regards,
43S
Title: Re: OpenSSH strange config file?
Post by: Rich on May 25, 2017, 03:40:32 PM
Hi 43str4ng3r
There appears to be one too many  d  characters in the filename. You should also mention which version of Tinycore you are
running as well as which architecture.
Title: Re: OpenSSH strange config file?
Post by: andyj on May 25, 2017, 03:46:35 PM
/usr/local/etc/init.d/openssh is looking for the correct file /usr/local/etc/ssh/sshd_config; it's a typo in the error message. It's been in every version and platform for TCL that I've seen the last few years. Create the /usr/local/etc/ssh/sshd_config file, put it in your /opt/.filetool.sh file so it gets saved across reboots, and you shouldn't see this message again.
Title: Re: OpenSSH strange config file?
Post by: 43str4ng3r on May 25, 2017, 04:24:18 PM
Hi 43str4ng3r
There appears to be one too many  d  characters in the filename. You should also mention which version of Tinycore you are
running as well as which architecture.

Corepure64.
Latest build.
Title: Re: OpenSSH strange config file?
Post by: 43str4ng3r on May 25, 2017, 04:32:05 PM
/usr/local/etc/init.d/openssh is looking for the correct file /usr/local/etc/ssh/sshd_config; it's a typo in the error message. It's been in every version and platform for TCL that I've seen the last few years. Create the /usr/local/etc/ssh/sshd_config file, put it in your /opt/.filetool.sh file so it gets saved across reboots, and you shouldn't see this message again.

Got it running.
Thanks for the tip.  ;)

43S
Title: Re: OpenSSH strange config file?
Post by: Juanito on May 26, 2017, 02:38:24 AM
/usr/local/etc/init.d/openssh is looking for the correct file /usr/local/etc/ssh/sshd_config; it's a typo in the error message.

typo corrected and openssh reposted