stagit

- static git page generator
git clone git://git.acid.vegas/stagit.git
Log | Files | Refs | Archive | README | LICENSE

sshd_config (263B)

      1 AuthenticationMethods publickey
      2 AuthorizedKeysFile /etc/ssh/authorized_keys/%u
      3 ClientAliveInterval 0
      4 DisableForwarding yes
      5 PermitRootLogin no
      6 Port 22
      7 Port CHANGEME
      8 PrintLastLog no
      9 
     10 Match LocalPort 22
     11 	AllowUsers git
     12 
     13 Match LocalPort CHANGEME
     14 	AllowUsers acidvegas