Difference between revisions of "Raspbian: install ssh server"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) (Created page with "Install sudo su apt update apt install openssh-server Restart /etc/init.d/ssh restart") |
Onnowpurbo (talk | contribs) |
||
Line 8: | Line 8: | ||
/etc/init.d/ssh restart | /etc/init.d/ssh restart | ||
+ | |||
+ | |||
+ | ==Pranala Menarik== | ||
+ | |||
+ | * [[RaspberryPi]] | ||
+ | * [[Internet Offline]] |
Revision as of 09:16, 2 October 2018
Install
sudo su apt update apt install openssh-server
Restart
/etc/init.d/ssh restart