You are not logged in.
Pages: 1
sudo ps aux | grep ssh
user 2091 0.0 0.0 7740 2120 ? Ss 17:10 0:00 /usr/bin/ssh-agent env LD_PRELOAD=libgtk3-nocsd.so.0 x-session-manager
what is this? and how i can disable ssh-agent in devuan?
Offline
See the man page for ssh-agent (although a quick look doesn't say how to disable it). I've not used it myself though.
Offline
Hello:
I have the same/similar process:
~$ sudo ps aux | grep ssh
user 3129 0.0 0.0 5864 472 ? Ss 14:00 0:00 /usr/bin/ssh-agent x-session-manager
user 10581 0.0 0.0 3084 896 pts/0 S+ 15:10 0:00 grep --color=always ssh
~$
This is because I have openssh-client installed so I can command-line log into a headless VM I have running in my box.
~$ apt list | grep installed | grep ssh-
libssh-gcrypt-4/oldoldstable-security,now 0.8.7-1+deb10u2 amd64 [installed,automatic]
openssh-client/oldoldstable-security,now 1:7.9p1-10+deb10u4 amd64 [installed]
ssh-askpass/oldoldstable,now 1:1.2.4.1-10 amd64 [installed,automatic]
~$
Best,
A.
Offline
Try by adding a single "#" at the beginning of the line that says use-ssh-agent in /etc/X11/Xsession.options; then log out and in to restart the X session.
Offline
Pages: 1