flathub / flathub/com.visualstudio.code

Problem with working on the terminal/Git with my SSH config

Đang mở
#157 0 bình luận 0 reaction 0 người được giao Xem trên GitHub
Ngôn ngữ chính
Shell
Star
217
Fork
82
Merge trung bình
1 ngày 7 giờ
Pull request đã merge (30 ngày)
1

Mô tả

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.
```

Hướng dẫn đóng góp

Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.