私は最近Lubuntuとopenssh-serverをインストールしました。現在、私のコンピュータでなぜ2つのssh-agentプロセスが実行されているのかわかりません。
user1@machine:~$ ps -auwxxx | grep ssh
root 863 0.0 0.1 10004 5128 ? Ss 16:04 0:00 /usr/sbin/sshd -D
user1 1081 0.0 0.0 4608 208 ? Ss 16:05 0:00 /usr/bin/ssh-agent /usr/bin/dbus-launch --exit-with-session /usr/bin/im-launch /usr/bin/lxsession -s Lubuntu -e LXDE
user1 1164 0.0 0.0 4608 204 ? Ss 16:05 0:00 /usr/bin/ssh-agent -s
user1 9660 0.0 0.0 6332 812 pts/0 S+ 19:11 0:00 grep --color=auto ssh
その行動は何についてですか?
ベストアンサー1
同じプロセスがあります。 1つはPPID 1(-s)、もう1つはlxsession
実行モードのPPIDです。
/usr/bin/ssh-agent
ランチャーの用途を理解するために修正すると、ssh-agent -s
次のような結果が表示されます。lightdm --session-child 12 19