Networking :: SSH server
hi there,
need a OS running a X on a 32 MB pcmcia, so ive decided to use DSL and remove skins, unused apps... and its working well.
But, cant access it by ssh.
apt-get is installed.
apt-get install openssh-server doesn't work.
Have not change sources.list (for now)
when i try command : sudo ssh localhost -l dsl
prnt = connect to host localhost port 22 : Connection refused
Is it ssh-server thant isn't installed, or an apps using port 22 ?
(Using default DSL's configuration)
lol, nvm, ssh-server wasn't started, LOL
ssh is already in DSL.
Start it with boot option: ssh
Start it from menu System-Daemons-ssh
Start it from control panel: SSH Server button
Start it from cli:
$ sudo /etc/init.d/ssh start
original here.