stagit


stagit

~ Unnamed repository; edit this file 'description' to name the repository.
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