WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: OpenSSH strange config file?  (Read 3648 times)

Offline 43str4ng3r

  • Newbie
  • *
  • Posts: 9
OpenSSH strange config file?
« on: May 25, 2017, 10:54:12 AM »
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

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11212
Re: OpenSSH strange config file?
« Reply #1 on: May 25, 2017, 12: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.

Offline andyj

  • Hero Member
  • *****
  • Posts: 1021
Re: OpenSSH strange config file?
« Reply #2 on: May 25, 2017, 12: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.

Offline 43str4ng3r

  • Newbie
  • *
  • Posts: 9
Re: OpenSSH strange config file?
« Reply #3 on: May 25, 2017, 01: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.

Offline 43str4ng3r

  • Newbie
  • *
  • Posts: 9
Re: OpenSSH strange config file?
« Reply #4 on: May 25, 2017, 01: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

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14534
Re: OpenSSH strange config file?
« Reply #5 on: May 25, 2017, 11:38:24 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.

typo corrected and openssh reposted