PDA

View Full Version : Help Needed .. in a bad way ...



junior
08-07-2003, 10:14 PM
Guys and Gals

I've got a bit of a problem my Windows XP laptop has died - I've burnt a cd with Knoppix on it - and it boots fine. My Linux abilities are a bit rusty and well thin on the ground - I need to transfer files off the HD so I need to get SSH working so I can connect to the laptop from another windows machine.

Each time I run SSHD I get could not load host key..

Can anyone shed some light how to get this up and running

Any help gratefully appreciated.

Cheers

Junior

rickenbacherus
08-07-2003, 11:00 PM
sudo sshd

junior
08-07-2003, 11:31 PM
Same error messages even after I did

ssh-keygen -t rsa1 -f /etc/ssh/ssh_host_key -N "passphrase"
ssh-keygen -t dsa -f /etc/ssh/ssh_host_dsa_key -N "passphrase"
ssh-keygen -t rsa -f /etc/ssh/ssh_host_rsa_key -N "passphrase"

rf_homer
08-08-2003, 12:31 AM
Guys and Gals

I've got a bit of a problem my Windows XP laptop has died - I've burnt a cd with Knoppix on it - and it boots fine. My Linux abilities are a bit rusty and well thin on the ground - I need to transfer files off the HD so I need to get SSH working so I can connect to the laptop from another windows machine.

Junior

If your goal is to get the files off to another windows machine, I'd recommend the easy approach. Start the ftp daemon on the Knoppix side, then use a windows ftp client on the good side. Not quite as secure, but much less pain than ssh for a temporary fix.

junior
08-08-2003, 12:34 AM
What I've done is downloaded an FTP server on a.n. other windows box and I'm ftp'ng off now ..

Dave_Bechtel
08-08-2003, 05:41 AM
--Actually, did you try ' /etc/init.d/ssh start ' as root?


sudo sshd