62
« Last post by MTCAT on February 26, 2026, 10:02:30 AM »
Hi patrikg,
Thanks for the help, I looked at both config files and made some changes in them to try remove password checking and even RSA Key authentication but it didn't work, and I may have made things worse now because since I started up a fresh session of openssh, new keys were generated and now I can't even get as far as a password request with my scp attempt, my ASUS EEE bails out immediately now since the keys are different (I think), yet I didn't copy any keys over to the ASUS on the first attempt either, so I'm confused....
I guess I need to start openssh on my TinyCore, generate new keys, and then copy the public key to my ASUS EEE (into /home/user/ssh/known_hosts) and then ssh might work?, assuming I have the correct password for user tc.
And then on my TC box, I could copy the keys into a directory on /home/tc (persistent) and can then after powering up, can copy the keys stored in /home/tc into /usr/local/etc/ssh every time so that the keys stay the same?
I just want to be able to transfer data files over ethernet with scp, but I wonder if there might be other simpler ways, like with ftp or wget even?
Thanks,
David