Skip to content

Instantly share code, notes, and snippets.

@jlollis
Forked from jiggneshhgohel/ssh_config.md
Created July 9, 2018 16:29
Show Gist options
  • Save jlollis/1c06d7e527a363b05f72fc331f567d90 to your computer and use it in GitHub Desktop.
Save jlollis/1c06d7e527a363b05f72fc331f567d90 to your computer and use it in GitHub Desktop.
Windows 10 Linux Subsystem SSH-agent issues
Host github.com-jiggneshhgohel
HostName github.com
User git
PreferredAuthentications publickey
IdentityFile ~/.ssh/id_work_gmail
AddKeysToAgent yes


Host csexperimental.abc.com
IdentityFile ~/.ssh/id_work_gmail
AddKeysToAgent yes

References:

FROM

$ ssh -V
OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.8, OpenSSL 1.0.1f 6 Jan 2014

TO

~$ ssh -V
OpenSSH_7.3p1 Ubuntu-1, OpenSSL 1.0.2g  1 Mar 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment