sshd问题:a protocol error occurred. change of username or service not allowed-凯发app官方网站

凯发app官方网站-凯发k8官网下载客户端中心 | | 凯发app官方网站-凯发k8官网下载客户端中心
  • 博客访问: 6315147
  • 博文数量: 162
  • 博客积分: 3600
  • 博客等级: 中校
  • 技术积分: 10366
  • 用 户 组: 普通用户
  • 注册时间: 2011-01-19 11:23
个人简介

专注系统运维、网络架构,研究技术凯发app官方网站的解决方案,记录我的思想轨迹、工作学习、生活和关注的领域

文章分类
文章存档

2014年(2)

2013年(16)

2012年(27)

2011年(117)

相关博文
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·

分类: 系统运维

2011-10-12 14:57:06

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
修改完成后,保存退出
重启sshd

service 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远程登陆:

阅读(16183) | 评论(0) | 转发(3) |
0

上一篇:linux 下的sar工具命令小结

下一篇:

给主人留下些什么吧!~~
")); function link(t){ var href= $(t).attr('href'); href ="?url=" encodeuricomponent(location.href); $(t).attr('href',href); //setcookie("returnouturl", location.href, 60, "/"); }
网站地图