I want to manage two GitHub accounts in a computer, a person, a company, but according to the online tutorial finished, suggesting that the "/c/Users/Gzb/.ssh/config: line 1: Bad configuration error option: 357273277host /c/Users/Gzb/.ssh/config: terminating, 1 bad configuration options ", that is configuration error, but did not find where the error, ask you advice. My.Ssh/config is written like this
Host compony.github.com
HostName github.com
PreferredAuthentications publickey
IdentityFile ~/.ssh/id_rsa
Host personal.github.com
HostName github.com
PreferredAuthentications publickey
IdentityFile ~/.ssh/id_rsa_my`