树莓派新系统SSH连接被拒绝的解决方法

xiaoxiao2021-02-28  99

近期时有树莓派玩家表示按照本站教程初装系统无法通过SSH连接树莓派,SSH连接提示“connection refused”。其原因是自 2016-11 官方发布的 Raspbian 系统镜像,系统默认禁用了 SSH 服务。

As of the November 2016 release, Raspbian has the SSH server disabled by default.

重新开启也很简单,把SD卡拔下来,进入到根目录,新建一个名为ssh的空白文件就行了。

好了然后再把卡插回树莓派,就可以使用SSH了。

P.S. Windows 用户在 PowerShell 下新建文件的命令是:

1 new-item  ssh - type file

via

本文来自: 树莓派实验室 链接地址: http://shumeipai.nxez.com/2017/02/27/raspbian-ssh-connection-refused.html
转载请注明原文地址: https://www.6miu.com/read-58717.html

最新回复(0)