[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: checking ssh server is running



On 2019-10-05 17:01, Paul Sutton wrote:
Hi

I am trying to figure out how to check if ssh is running using systemD
which is of course what Debian and Raspbian use.

However my search term

system d check ssh server is running

If it's the client on the same PC you'd know.
if sshd
"systemctl status sshd"
or
"ps ax | grep ssh"

--
Key ID    4BFEBB31


Reply to: