首页 > 代码库 > 禁止root远程登录 sshd问题:A protocol error occurred. Change of username or service not allowed
禁止root远程登录 sshd问题:A protocol error occurred. Change of username or service not allowed
sshd问题:A protocol error occurred. Change of username or service not allowed
在研究Linux安全的时候遇到一个问题,原本打算修改linux直接远程root登陆,修改为sshd的配置文件后
Nano /etc/ssh/sshd_config
把#PermitRootLogin yes修改为PermitRootLogin no修改完成后,保存退出重启sshdservice sshd restart
新建一个普通用户
Useradd unixbar Passwd unixbar
在securecrt远程工具中,使用普通用户登陆的时候,出现了
The server has disconnected with an error. Server message reads: A protocol error occurred. Change of username or service not allowed: (shang1,ssh-connection) -> (shang,ssh-connection)
这样类似的错误。
这是由于securecrt设置的原因导致的。把你的用户名改成unixbar。就可以了,这样做了以后就可以实现禁止root远程登陆:
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。