What is ssh on Mac?

OpenSSH client (ssh) · seed · quit hint: caution

ssh is a macOS process (listed here as OpenSSH client (ssh)). People usually find it in Activity Monitor when asking “what is this process?”

What does ssh do?

ssh is the OpenSSH remote login client used to connect to remote hosts over an encrypted channel (and to forward ports/X11). It runs whenever you (or a tool) open an SSH session to /usr/bin/ssh. Quitting kills that remote session and any forwarded tunnels.

When to leave ssh running

  • active-ssh-session

Is it safe to quit ssh?

Hint: caution. SystemWoe Free and Pro use keep-guards so you don’t blindly kill something important — Pro adds force-terminate only with confirmation.

Further reading

Related developer runtime processes on Mac

Suggest an editAll entries