flathub / flathub/com.visualstudio.code
Problem with working on the terminal/Git with my SSH config
- Langage dominant
- Shell
- Étoiles
- 217
- Forks
- 82
- Merge moyen
- 1 j 7 h
- PR mergées (30 j)
- 1
Description
I have set up SSH with some configurations for Kerberos. My SSH config file looks like this:
```
Host *.somethingsomething.whatever
User herpaderp
GSSAPIAuthentication yes
GSSAPIKeyExchange yes
GSSAPIDelegateCredentials yes
ForwardAgent yes
```
I do not want to use Kerberos in the terminal, but I need to be able to git fetch, pull, push and others to private GitHub repositories. When I attempt to use the Git integration or the terminal for the task, I am returned this error:
```
sh-5.0$ git fetch
/home/petarlishov/.ssh/config line 5: Unsupported option "gssapiauthentication"
/home/petarlishov/.ssh/config: line 7: Bad configuration option: gssapikeyexchange
/home/petarlishov/.ssh/config line 9: Unsupported option "gssapidelegatecredentials"
/home/petarlishov/.ssh/config: terminating, 1 bad configuration options
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
```
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.