วันอังคารที่ 24 กุมภาพันธ์ พ.ศ. 2558

Enable SSH service on Kali Raspberry Pi

SSH is not enable by default on Kali for Raspberry Pi. If you want to access your Raspberry Pi via ssh, you need to install OpenSSH and enable it. This blog will show you how to do.

First, check if ssh service is installed

$ service --status-all
If ssh not be shown on list, you need to install OpenSSH by using command

$ apt-get install openssh-server
Then enable it
$ update-rc.d -f ssh defaults
 Now, you can access your Raspberry Pi Kali using ssh.


In case you got problem starting ssh, just remove and enable ssh service again.

$ update-rc.d -f ssh remove
$ update-rc.d -f ssh defaults

 

 

ไม่มีความคิดเห็น:

แสดงความคิดเห็น