Skip to content

Instantly share code, notes, and snippets.

@yurifedoseev
Created November 15, 2017 09:16
Show Gist options
  • Save yurifedoseev/1f36ef13d9173d890fc8fe1287f45264 to your computer and use it in GitHub Desktop.
Save yurifedoseev/1f36ef13d9173d890fc8fe1287f45264 to your computer and use it in GitHub Desktop.
add ssh agent
# Create ~/.ssh/config с указанием хоста:
Host my_host.ru
ForwardAgent yes
ssh-add -K ~/.ssh/id_rsa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment