刚才我在路由器上运行who命令,我注意到自己login到vty 1但另一个用户rootlogin到vty 0 。 该用户下的Location是我不知道的一些位置(来自klayer.com的人)。 但奇怪的是我没有在running-config中看到任何root用户。 如果我运行show running-config | i username show running-config | i username然后我只得到已经configuration的两个名字,我和另一个有权访问的人(这不是他以root身份login),但没有名为root 。 怎么会这样?
恐怕我被黑了,如果是这样的话,那么我需要知道如何禁用此帐户,如果我不能在运行configuration中看到它,那么我想这是不可能的,禁用它或改变它的密码正常手段。
这可能是一些虚拟账户?
编辑:
运行几次后,我得到这个:
ROUTER#show users Line User Host(s) Idle Location 132 vty 0 dummy idle 00:00:02 104.143.47.64.static.klayer.com *133 vty 1 xxx idle 00:00:00 mydomain Interface User Mode Idle Peer Address ROUTER#show users Line User Host(s) Idle Location 132 vty 0 ebooks idle 00:00:03 104.143.47.64.static.klayer.com *133 vty 1 xxx idle 00:00:00 mydomain Interface User Mode Idle Peer Address ROUTER#show users Line User Host(s) Idle Location 132 vty 0 ec2 idle 00:00:02 104.143.47.64.static.klayer.com *133 vty 1 xxx idle 00:00:00 mydomain Interface User Mode Idle Peer Address ROUTER#show users Line User Host(s) Idle Location 132 vty 0 idle 00:00:01 104.143.47.64.static.klayer.com *133 vty 1 xxx idle 00:00:00 mydomain
这只是试图进入我的路由器? 我可以看到用户名从虚拟变成电子书到ec2到没有任何东西,就像他正在尝试login一样。show show users/who命令显示不成功尝试为vty行吗?