File:  [ELWIX - Embedded LightWeight unIX -] / elwix / config / etc / default / ssh / sshd_config_authpf
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Tue Jul 5 23:43:00 2011 UTC (13 years, 1 month ago) by misho
CVS tags: MAIN, HEAD
Initial revision

    1: # Secondary sshd config for authpf system
    2: #
    3: # $Id: sshd_config_authpf,v 1.1 2011/07/05 23:43:00 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>