Raspbian: Instalasi SSH server
Revision as of 13:18, 30 June 2020 by Onnowpurbo (talk | contribs)
Instalasi ssh server
sudo su apt-get update apt-get install openssh-server
Supaya start waktu boot, edit
vi /etc/rc.local
Tambahkan sebelum exit 0
service ssh start