flathub / flathub/com.visualstudio.code
Problem with working on the terminal/Git with my SSH config
- Vorherrschende Sprache
- Shell
- Sterne
- 217
- Forks
- 82
- Ø Merge
- 1 T. 7 Std.
- Gemergte PRs (30 T.)
- 1
Beschreibung
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.
```
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Bewertung
Dieses Issue wurde noch nicht bewertet.