Skip to content

Instantly share code, notes, and snippets.

@iamjarvo
Forked from JoaquimLey/restart-ssh-gist.sh
Created August 9, 2019 17:43
Show Gist options
  • Save iamjarvo/da3bc7949af5021dfde05a5b6b4698a9 to your computer and use it in GitHub Desktop.
Save iamjarvo/da3bc7949af5021dfde05a5b6b4698a9 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