表示手头上的学霸赠的树莓派用的都是好几年前的系统,今天心血来潮给它换个新系统,latest。
但是死活却都不能使用ssh进行连接了,一开始以为是sshd服务没有安装(Ubuntu系统确有此坑),看了下server是有安装的。然后又去手动在rc.local中加了自启命令,死活都不行。
到官网http://downloads.raspberrypi.org/raspbian/release_notes.txt去扒了扒release log,找到了如下一段话
2016-11-25:
* SSH disabled by default; can be enabled by creating a file with name "ssh" in boot partition
* Prompt for password change at boot when SSH enabled with default password unchanged
* Adobe Flash Player included
* Updates to hardware video acceleration in Chromium browser
* Greeter now uses background image from last set in Appearance Settings rather than pi user
* Updated version of Scratch
* Rastrack option removed from raspi-config and Raspberry Pi Configuration
* Ability to disable graphical boot splash screen added to raspi-config and Raspberry Pi Configuration
* Appearance Settings dialog made tabbed to work better on small screens
* Raspberry Pi Configuration now requires current password to change password
* Various small bug fixes
* Updated firmware and kernel
注意第1个修改,ssh默认是不开启的,需要在boot分区增加一个名为ssh的文件。增加之后成功连接,又可以愉快地玩树莓派了O(∩_∩)O~~
本文介绍了一次更新树莓派系统后遇到的SSH连接问题及解决方案。更新后发现SSH默认关闭,通过在boot分区创建名为“ssh”的文件成功重新启用服务。
2237

被折叠的 条评论
为什么被折叠?



