NixOS / nixpkgs

Nix Packages collection & NixOS
MIT License
16.49k stars 12.99k forks source link

gssapiauthentication on git package #30739

Open TerkiKerel opened 6 years ago

TerkiKerel commented 6 years ago

Hi,

I am using Ubuntu 16.04. I have the latest stable version of nix and git(nix package).

When I type:

git pull

I get this error:

/etc/ssh/ssh_config line 55: Unsupported option "gssapiauthentication" /etc/ssh/ssh_config line 56: Unsupported option "gssapidelegatecredentials"

What is the problem here?

Thank you

sboosali commented 6 years ago

i get that warning too, after enabling ssh stuff. maybe it's because my git is coming from nix, while ssh isn't?

$ which git
~/.nix-profile/bin/git

$ which ssh
/usr/bin/ssh
sgraf812 commented 6 years ago

I have both git and ssh from nix, ssh enabled withKerberos and [withGssapiFixes)[https://github.com/NixOS/nixpkgs/blob/c1d9aff56e0ae52ee4705440fe09291a51e91977/pkgs/tools/networking/openssh/default.nix#L5]. ssh works flawlessly, but git emits these kinds of warnings.

stale[bot] commented 4 years ago

Thank you for your contributions.

This has been automatically marked as stale because it has had no activity for 180 days.

If this is still important to you, we ask that you leave a comment below. Your comment can be as simple as "still important to me". This lets people see that at least one person still cares about this. Someone will have to do this at most twice a year if there is no other activity.

Here are suggestions that might help resolve this more quickly:

  1. Search for maintainers and people that previously touched the related code and @ mention them in a comment.
  2. Ask on the NixOS Discourse.
  3. Ask on the #nixos channel on irc.freenode.net.
patka-123 commented 4 months ago

Hello @TerkiKerel & @sboosali :wave:

Does this issue still occur for you? If it has been resolved by now, would you be able to close this issue?

(I'm going through issues marked as stale to see what can be triaged. If this issue still exists then don't mind me)