Then
# nano /etc/ntp.confEdit server list by replace server for your region
server 0.th.pool.ntp.org iburst
server 1.th.pool.ntp.org iburst
Restart ntp daemon
# sudo /etc/init.d/ntp restartTest
# date
Thu Feb 26 21:54:58 ICT 2015
# nano /etc/ntp.confEdit server list by replace server for your region
server 0.th.pool.ntp.org iburst
server 1.th.pool.ntp.org iburst
# sudo /etc/init.d/ntp restartTest
# date
Thu Feb 26 21:54:58 ICT 2015
# apt-get install parted
# apt-get install lua5.1
# apt-get install triggerhappy
# wget http://archive.raspberrypi.org/debian/pool/main/r/raspi-config/raspi-config_20150131-1_all.deb
# dpkg -i raspi-config_20150131-1_all.deb
$ mkdir /media/bootMount it permanently for all users
$ nano /etc/fstabEdit the content of /etc/fstab as following:
/dev/mmcblk0p1 /media/boot vfat user,fmask=0111,dmask=0000 0 0
$ 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.
$ update-rc.d -f ssh remove
$ update-rc.d -f ssh defaults