about summary refs log tree commit diff
path: root/pkgs/tools/networking/openssh/builder.sh
blob: f9fc634dce9b66f08c1f42fc3a4bbca0bb459681 (plain) (blame)
1
2
3
4
5
6
7
8
9
. $stdenv/setup

configureFlags="--with-privsep-path=$out/empty"
 
genericBuild

rm $out/etc/ssh_host_dsa_key $out/etc/ssh_host_dsa_key.pub $out/etc/ssh_host_key $out/etc/ssh_host_key.pub $out/etc/ssh_host_rsa_key $out/etc/ssh_host_rsa_key.pub

chmod +r $out/libexec/ssh-keysign