| SSH serverForum: Networking Topic: SSH server started by: Whessel  Posted by Whessel on Dec. 17 2006,16:40 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)  Posted by Whessel on Dec. 17 2006,17:09 lol, nvm, ssh-server wasn't started, LOL  Posted by roberts on Dec. 17 2006,17:11 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 |