Looks like ChrUbuntu (Chrome + Ubuntu) also doesn't come with sshd installed. Let us install it.
or by
apt-get install openssh-server
If your are not the root, use sudo
Post installation it runs the sshd service by default.
Verify it
Or start the service, either by
sudo apt-get install openssh-server
Post installation it runs the sshd service by default.
Verify it
root@ChrUbuntu:~# ps -eaf | grep sshd
root 14580 1 0 21:58 ? 00:00:00 /usr/sbin/sshd -D
Or start the service, either by
root@ChrUbuntu:~# /etc/init.d/ssh start
or by
root@ChrUbuntu:~# service ssh start
That is all it takes ;)
No comments:
Post a Comment