Thursday, September 6, 2012

How to Enable SSH on Linux

Short Simple and to the point.

Open a Terminal

sudo apt-get install openssh-server

sshd-generate

/etc/init.d/ssh start

/etc/init.d/ssh stop

to boot at start up

update-rc.d -f ssh defaults

then restart

WOW that was easy :D