Tiny Core Linux
Tiny Core Extensions => TCE Q&A Forum => Topic started by: vr on April 01, 2010, 10:30:17 AM
-
I have TC operating from hda1 instead of USB or CD booting. Where is the appropriate place to put the sshd_config so it's automatically kept/re-used on reboots and I can ssh in?
-
http://wiki.tinycorelinux.com/tiki-index.php?page=Backup+-+Restore
-
Thanks for the link. I understand those say where to backup restore files from but I'm not seeing something identifying where the sshd_config file should be placed?
-
Add to /opt/.filetool.lst
usr/local/etc/ssh
Then do a
filetool.sh backup
-
OK, the path /usr/local/etc/ssh was the answer I was needing. I did:
cp /usr/local/etc/ssh/sshd_config.example /usr/local/etc/ssh/sshd_config
and edited sshd_config with my options then added it as you suggested.
Thank you!
-
Don't forget to read the .info !