Tuesday, July 22, 2008

Install OpenSSH server

#sometimes installation of new services on ubuntu is block

/etc/init.d/apparmor stop
update -rc.d -f apparmor remove

#install SSHD services

sudo apt-get install openssh-server

#start services

sudo /etc/init.d/ssh restart

No comments: