Category Archives: Linux (en)

Terminating processes when exiting SSH

When working with git and a server via SSH, there’s a common headache: ssh-agent (or other processes) keep running in the background, even after you exit the console with exit. This leads to dozens of ssh-agent processes piling up… and … Continue reading

Posted in Git (en), Linux (en) | Leave a comment