SSH Server

Joined
Aug 17, 2008
Messages
9
Reaction score
0
i need to get ssh working on my aspire.

i've installed openssh, openssh-clients and the daemon

but i cant seem to ssh into my system. it says connection refused. what am i missing?
if i try running sshd it says somehting like
Code:
sshd re-exec requires execution with an absolute path

thx for the help.
 
I don't need a ssh server on my AA1, so I haven't tried it for myself, but I'm sure there'll be an init script for starting the ssh server, presumably it would be something like /etc/rc.d/init.d/sshd, so you would type "sudo /etc/rc.d/init.d/sshd start" to start the server.
 
running what you said solved it, guess i was executing the wrong script

thx for the help
 
I think you need openssh-server as well, but I'm still stuck on mine. Think it may be a firewall issue or so.
 
bove said:
I think you need openssh-server as well, but I'm still stuck on mine. Think it may be a firewall issue or so.

If you're trying to come in through your router, you'll need to open port 22 on the router.

Cheers.
 
Back
Top