แสดงบทความที่มีป้ายกำกับ terminal แสดงบทความทั้งหมด
แสดงบทความที่มีป้ายกำกับ terminal แสดงบทความทั้งหมด

วันจันทร์ที่ 3 กรกฎาคม พ.ศ. 2560

How to enable SSH on Raspberry Pi

ENABLE SSH

As of the November 2016 release, Raspbian has the SSH server disabled by default. It can be enabled manually from the desktop:

1. Launch Raspberry Pi Configuration from the Preferences menu
2. Navigate to the Interfaces tab
3. Select Enabled next to SSH
4. Click OK


Alternatively, raspi-config can be used:

1.Enter sudo raspi-config in a terminal window
2. Select Interfacing Options
3. Navigate to and select SSH
4. Choose Yes
5. Select Ok
6. Choose Finish

Default Username & Password Raspi : pi , raspberry





Read more ...

เปิดการใช้งาน SSH บน Raspberry Pi

วิธีเริ่มต้นในการใช้งาน บอร์ด Raspberry Pi เพื่อความสะดวกในการใช้งาน โดยผ่านโปรโตคอล SSH ขั้นตอนแรก ให้เปิด Terminal ขึ้นมา

1. พิมพ์คำสั่ง sudo raspi-config


2. เลือก Interfacing Options




 3. เลือก SSH จากนั้น เลือก Yes และกด Ok


  

4.ทดสอบโดยการเปิดโปรแกรม Putty และ SSH เข้าไปที่ ip address ของ raspi 



**  User & Password Default ของ Raspi : pi , raspberry
Read more ...