8 pname = "ssh-key-confirmer";
11 src = fetchFromGitHub {
13 repo = "ssh-key-confirmer";
15 hash = "sha256-CXDjm8PMdCTwHnZWa0fYKel7Rmxq0XBWkfLmoVuSkKM=";
18 vendorHash = "sha256-CkfZ9dImjdka98eu4xuWZ6Xed7WX6DnXw81Ih7bhPm0=";
26 description = "Test ssh login key acceptance without having the private key";
27 homepage = "https://github.com/benjojo/ssh-key-confirmer";
28 license = licenses.mit;
29 maintainers = with maintainers; [ oxzi ];
30 mainProgram = "ssh-key-confirmer";