RT:首先是确认ubuntu上有运行
sshd服务的,但是用SecureCRT链接时报错,默认用户名是root:
报错全内容:The server has disconnected with an error.server message reads:A protocol error occurred.Change of username or service not allowed:(root,ssh-connection)-(aligege,ssh-connection)
打开ssh_config检查下是否禁止直接用root登陆。
这句:
改成yes。
ok,再次链接。