Created
June 16, 2021 13:23
-
-
Save Hemant-Mann/c4928b974c494c81cf7df5e2da5ea4a6 to your computer and use it in GitHub Desktop.
kill all ssh-agent process
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
kill $(ps aux | grep 'ssh-agent' | awk '{print $2}') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment