用户 test1 连接远程

用户 test1 连接远程

几天前,我刚刚输入命令systemctl suspend让我的计算机处于待机状态,它总是工作得很好,但自从大约 2 天后,他回复我说他无法休眠,因为用户已远程连接。然后我输入ps aux | grep sshd,它返回用户test1已连接。我已经尝试过,sudo deluser test1但没有解决问题。当我输入时,cat /etc/passwd我可以看到一个用户test1

这个用户是什么?

第二个问题,当我输入ps aux | grep sshd它时,它会返回给我:

root sshd : /usr/sbin/sshd -D [listener] 0 of 10-100 startups

这是什么 ?

当我输入ps aux | grep [s]sh输出时:

root         825  0.0  0.0  12184  7020 ?        Ss   09:37   0:00 sshd: /usr/sbin/sshd -D [listener] 0 of 10-100 startups
leo         1493  0.0  0.0   6040   456 ?        Ss   09:38   0:00 /usr/bin/ssh-agent /usr/bin/im-launch env GNOME_SHELL_SESSION_MODE=ubuntu /usr/bin/gnome-session --systemd --session=ubuntu

例如,就在今天早上,我无法使用,systemctl suspend因为它告诉我有User test1 is logged on sshd

当我输入ps aux | grep [s]sh输出时:

root         887  0.0  0.0  12184  6680 ?        Ss   mars23   0:00 sshd: /usr/sbin/sshd -D [listener] 0 of 10-100 startups
root       84544  0.0  0.0  13984  8908 ?        Ss   mars27   0:00 sshd: test1 [priv]
test1      84730  0.0  0.0  14120  6092 ?        S    mars27   0:00 sshd: test1
root       93721  0.0  0.0  13980  8912 ?        Ss   12:46   0:00 sshd: test1 [priv]
test1      93865  0.0  0.0  14116  5276 ?        S    12:46   0:00 sshd: test1
leo        96285  0.0  0.0  11608   736 pts/3    S+   12:48   0:00 grep --color=auto sshd

相关内容