Skip to content

Instantly share code, notes, and snippets.

@Freeaqingme
Created May 9, 2013 23:17
Show Gist options
  • Save Freeaqingme/5551341 to your computer and use it in GitHub Desktop.
Save Freeaqingme/5551341 to your computer and use it in GitHub Desktop.
# Auth.conf
path ~ ^/file_metadata/private/
allow *
path ~ ^/private/
allow *
path ~ ^/production/file_metadata/private/
allow *
path ~ ^/production/private/
allow *
# /production/file_metadata/private/
path /private/ssh/ssh_host_key
allow *
# Fileserver.conf
[private]
path /etc/puppet/environments/production/files/private/%H
allow *
# Log
192.168.56.15 - - [10/May/2013:01:15:51 +0200] "GET /production/file_metadatas/modules/puppi/scripts?&links=manage&ignore=.svn&checksum_type=md5&recurse=true HTTP/1.1" 200 14515 "-" "-"
192.168.56.15 - - [10/May/2013:01:15:53 +0200] "GET /production/file_metadata/private/ssh/ssh_host_rsa_key? HTTP/1.1" 404 5854 "-" "-"
192.168.56.15 - - [10/May/2013:01:15:53 +0200] "GET /production/file_metadata/private/ssh/ssh_host_rsa_key.pub? HTTP/1.1" 404 5870 "-" "-"
192.168.56.15 - - [10/May/2013:01:15:53 +0200] "GET /production/file_metadata/private/ssh/ssh_host_key.pub? HTTP/1.1" 404 5854 "-" "-"
192.168.56.15 - - [10/May/2013:01:15:53 +0200] "GET /production/file_metadata/private/ssh/ssh_host_dsa_key.pub? HTTP/1.1" 404 5870 "-" "-"
192.168.56.15 - - [10/May/2013:01:15:53 +0200] "GET /production/file_metadata/private/ssh/ssh_host_dsa_key.pub? HTTP/1.1" 404 5870 "-" "-"
192.168.56.15 - - [10/May/2013:01:15:53 +0200] "GET /production/file_metadata/private/ssh/ssh_host_key? HTTP/1.1" 404 5854 "-" "-"
192.168.56.15 - - [10/May/2013:01:16:02 +0200] "PUT /production/report/alm01.dev.enrise.net HTTP/1.1" 200 5774 "-" "-
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment