5690e8e22e1fbb8a49617ff3251b703e31484691
[hdw-linux/hdw-linux.git] / packages / security / openssh / openssh
1 # hdw-linux ssh extensions
2
3 # author: hackbard
4
5 # [S] 3-2
6 # [V] 4.1p1
7 # [D] openssh-4.1p1.tar.gz ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/
8
9 flist_pruned="${flist_pruned}|etc/shadow|etc/passwd|etc/group"
10 flist_pruned="${flist_pruned}|etc/ssh/ssh_host"
11
12 confopt="$confopt --with-md5-passwords --without-pam --with-tcp-wrappers \
13                 --disable-suid-ssh --with-xauth=/usr/X11R6/bin/xauth \
14                 --sysconfdir=$root/etc/ssh"
15
16 install_conf="$install_conf install-nokeys"