Annotation of elwix/config/etc/default/ssh/sshd_config_authpf, revision 1.1.1.1

1.1       misho       1: # Secondary sshd config for authpf system
                      2: #
                      3: # $Id: sshd_config_authpf,v 1.1.1.1 2009/10/16 15:40:51 misho Exp $
                      4: 
                      5: AllowUsers 0pen
                      6: 
                      7: Protocol 2
                      8: Port 54321
                      9: ListenAddress 0.0.0.0
                     10: PermitRootLogin no
                     11: UseDNS no
                     12: ClientAliveInterval 15
                     13: ClientAliveCountMax 3

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>