Skip to content

Instantly share code, notes, and snippets.

@Hemant-Mann
Created June 16, 2021 13:23
Show Gist options
  • Save Hemant-Mann/c4928b974c494c81cf7df5e2da5ea4a6 to your computer and use it in GitHub Desktop.
Save Hemant-Mann/c4928b974c494c81cf7df5e2da5ea4a6 to your computer and use it in GitHub Desktop.
kill all ssh-agent process
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