Skip to content

Instantly share code, notes, and snippets.

@fidelisrafael
Forked from JoaquimLey/restart-ssh-gist.sh
Created June 11, 2019 00:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fidelisrafael/a9cca90cadb2f1757441ec3a6bb76296 to your computer and use it in GitHub Desktop.
Save fidelisrafael/a9cca90cadb2f1757441ec3a6bb76296 to your computer and use it in GitHub Desktop.
Restart ssh-agent
killall ssh-agent; eval `ssh-agent`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment