Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: a5b56b6ae8e1
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: a7a5f7904c44
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Sep 30, 2020

  1. nixos/initrd-ssh: set more defensive pemissions on sshd test key

    It looks like the test sshd key can never be used, because of too open
    permissions. My guess is that the current test script works fine once
    the user defined ssh-key has been copied into initrd.
    
    At "nixos-install" however, the user specified host key is not present
    in initrd yet and validation fails.
    
    fixes #91486
    Johan Thomsen committed Sep 30, 2020
    Copy the full SHA
    8f5949f View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2020

  1. Merge pull request #99173 from johanot/fix-initrd-ssh-commands-test

    nixos/initrd-ssh: set more defensive pemissions on sshd test key
    srhb committed Nov 29, 2020
    Copy the full SHA
    a7a5f79 View commit details
    Browse the repository at this point in the history