Tiny Core Linux
Tiny Core Extensions => TCE Corepure64 => Topic started by: 43str4ng3r on May 25, 2017, 01:54:12 PM
-
Hi there guys.
after installing openssh i went to start it like this:
./openssh start
and then I got this response
Config file /usr/local/etc/ssh/sshdd_config not found
Isn't there a typo on the filename?
Kind regards,
43S
-
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.
-
/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.
-
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.
-
/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
-
/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