Xshell
Posted tbf-jcz
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Xshell相关的知识,希望对你有一定的参考价值。
一:配置SSH参数
修改/ etc / ssh / sshd_config文件:gedit / etc / ssh / sshd_config
将#PasswordAuthentication no的注释去掉,并且将NO修改为YES,// kali中默认是yes
将PermitRootLogin无密码修改为PermitRootLogin yes,保存,退出编辑器。
二:启动(或重启)SSH服务
/etc/init.d/ssh start或service ssh start,然后可以使用/etc/init.d/ssh status或service ssh status查看SSH服务运行状态
三:使用XSHELL登入Kali
新建回话栏可以随意填写,主机栏填写的是卡莉的IP地址(查看方法为:在终端中输入的ifconfig)
注意:在终端中出现的“root @ flyingfox : /#”root为用户名,flyingfox为主机名
以上是关于Xshell的主要内容,如果未能解决你的问题,请参考以下文章