简体   繁体   English

Raspberry Pi ssh访问被拒绝

[英]Raspberry pi ssh access is denied

I have raspberry pi 3 b+ with raspbian os. 我有树莓派的树莓派3 b +。 Ssh worked perfectly for couple of days. Ssh完美地工作了几天。 I used default username and password for ssh connection 我使用默认的用户名和密码进行ssh连接

After including large mysql database ssh disconected and now, when i try to log in, raspberry display me error message :" Error, access is denied!" 在包括大型MySQL数据库ssh之后,现在,当我尝试登录时,raspberry向我显示错误消息:“错误,访问被拒绝!” Password and username is correct. 密码和用户名正确。

What kind of problem it could be? 这可能是什么问题?

Have you tried as root under Linux sudo/su 'ssh -v -p 22 "username"@"raspberry"'? 您是否已在Linux sudo / su'ssh -v -p 22“ username” @“ raspberry”'下以root用户身份尝试过? -v = verbose and show you what ssh does. -v =详细,显示ssh的功能。 -p = port standard port for ssh was 22. And you can try it with an other PC/laptop or with a smartphone app like juicessh (Android) -p = ssh的端口标准端口为22。您可以在其他PC /笔记本电脑或智能手机应用(例如juicessh(Android))中尝试使用该端口

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM