I am running the following version of MacOS:
$ sw_vers
ProductName: macOS
ProductVersion: 14.5
BuildVersion: 23F79
I observe that when I run ssh localhost
, I am able to log in.
However, when I run the following command, I see only the grep process itself:
ps aux | grep sshd
hqin 93708 0.1 0.0 410059824 48 s005 S+ 11:55AM 0:00.00 grep sshd
Is there some additional magic I can use to see the ssh server's process?