-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Use ssh-ng by default #5010
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Use ssh-ng by default #5010
Conversation
I think this is now safe to do. I haven’t had any issues using ssh-ng, but I suspect most users don’t know about it.
Is there any writeup about what the difference between the two is? Do we get a changelog entry for this? |
cc @rickynils since this is a breaking change for nixbuild.net I believe. |
@Mic92 This shouldn't be breaking for nixbuild.net, since most of documentation for nixbuild.net explicitly states that you should use I would also be interested in some comparison between |
One thing that I think |
nixbuild.net now supports ssh-ng:// in addition to ssh://, but it is not documented yet since we want to test it more. |
Any reason why this hasn't been set to default yet? |
I've been using this for a few years now. The only thing that I have run into is that ssh-ng stores do not work with |
@Enzime knows about a reason: nix-community/nixos-anywhere#366 |
Basically this issue: #7359 |
Not sure if this has been fixed yet #6950 |
I would like to try doing this. (Another alternative is simply forcing the user to be explicit.) |
I think this is now safe to do. I haven’t had any issues using ssh-ng, but I suspect most users don’t know
about it.
Relates to #4665