通过ssh与Raspberry pi连接的问题

时间:2019-11-25 22:13:40

标签: ssh raspberry-pi raspberry-pi3 raspbian

我目前有一个运行Debian的树莓派,我正在尝试使用它。我在pi上启用了ssh并获得了其IP地址。每当我尝试从本地计算机ssh进入pi时,都会出现以下错误。

CrossEntropyLoss

但是在pi上似乎还可以。

$ ssh -vvv pi@10.0.2.15
OpenSSH_7.9p1, LibreSSL 2.7.3
debug1: Reading configuration data /Users/taylorjewell/.ssh/config
debug1: /Users/taylorjewell/.ssh/config line 1: Applying options for *
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 48: Applying options for *
debug2: resolve_canonicalize: hostname 10.0.2.15 is address
debug2: ssh_connect_direct
debug1: Connecting to 10.0.2.15 [10.0.2.15] port 22.
debug1: connect to address 10.0.2.15 port 22: Operation timed out
ssh: connect to host 10.0.2.15 port 22: Operation timed out

有人可以找出问题所在吗?您的帮助将不胜感激!

0 个答案:

没有答案