I've been trying to setup a server-> client local network with x2go. I have it working, sort of... but I don't know much about networking, SSH, etc -- so it's been a steep learning curve.
I'm wanting to make my server/client as secure as I can. Currently I'm trying to figure out if the SSH connections that exist on my client are a part of x2go client, and/or if they should always be running.
I've used the command who and even if x2go is not running I still have two events running under my client user name. One is: :0 (display 0?) and the other is: pts/2
And if I enter the terminal command: ps -ef | grep ssh I get the following results that are running under my username (not root):
3822 3738 0 13:26 ? 00:00:00 /usr/bin/ssh-agent /usr/bin/dbus-launch --exit-with-session /usr/bin/im-launch cinnamon-session-cinnamon
7509 5048 0 13:27 pts/2 00:00:00 grep --color=auto ssh
Can you tell me what these are for and if I need them? And if not, how to I get rid of them?