我正在遵循一个教程,可以在这里找到。
http://www.kalitutorials.net/2014/05/metasploitable-2-vulnerability.html
特别是“远程访问漏洞- Rlogin”部分。
当我运行命令"rlogin -l root 192.168.154.132“时
我得到一个密码提示,如下所示
The authenticity of host '192.168.154.132 (192.168.154.132)' can't be established.
RSA key fingerprint is *****.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added '192.168.154.132' (RSA) to the list of known hosts.
root@192.168.154.132's password: 本教程指出,“这是因为我们没有在Kali Linux上安装ssh-client”。
但是,当我试图安装客户机时,使用以下命令“”,将得到以下消息:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting 'openssh-client' instead of 'rsh-client'
openssh-client is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.我尝试运行"apt-get更新& apt-get升级“来确保所有的东西都是最新的。
我也尝试过卸载和重新安装openssh客户端。
但是,我继续受到密码框的提示(根据教程,我不应该这样做)。
任何帮助都非常感谢。
发布于 2021-02-08 13:03:12
我的问题通过这样做得到解决:-
发布于 2015-10-08 06:19:41
尝试命令:
system ssh start然后通过键入service --status-all检查它是否是活动的。
如果SSH旁边有a +,则会激活它。
发布于 2016-11-22 00:59:32
尽管M2教程为您提供了一条散步之路,但请您留下一个空间,以应对一些挑战:"rlogin -l root 192.168.154.132“要求您提供”根“用户密码,对吗?查查/等/发行并考虑一下.想想M2正在使用的用户名。
https://unix.stackexchange.com/questions/218185
复制相似问题