Skip to content

Instantly share code, notes, and snippets.

@hlombroso
Forked from JoaquimLey/restart-ssh-gist.sh
Created July 18, 2020 09:58
Show Gist options
  • Save hlombroso/1754f54409b67e26d43f0863b2663740 to your computer and use it in GitHub Desktop.
Save hlombroso/1754f54409b67e26d43f0863b2663740 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