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


configureFlags="--with-privsep-path=$out/empty"
 
postInstall() {
   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
}
#postInstall=postInstall

genericBuild