今天SecureCRT 连接 Ubuntu 14.0.4.1弄了1个多小时~

apt-get install sshd之后去win7下载SecureCRT客户端~配置好host后却登不上去了喂
1、在虚拟机终端使用root帐号登录,编辑/etc/ssh/sshd_config文件
vi /etc/ssh/sshd_confi
2、找到Authentication配置部分,将PermitRootLogin without-password修改为PermitRootLogin yes,然后保存
3、重启ssh服务,既可以通过SercureCRT正常连接服务器
service ssh restart
然后才终于弄好了…之前一直报错说我账号或密码不对。我还以为是自己记性变差了。