First, check if ssh service is installed
$ service --status-allIf ssh not be shown on list, you need to install OpenSSH by using command
$ apt-get install openssh-serverThen enable it
$ update-rc.d -f ssh defaultsNow, 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
ไม่มีความคิดเห็น:
แสดงความคิดเห็น