I hereby claim:
- I am coxley on github.
- I am codey (https://keybase.io/codey) on keybase.
- I have a public key whose fingerprint is F713 8278 72ED 5CB6 87F0 766C F46E 22A9 01D7 66AA
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| server { | |
| listen 80; | |
| root /data/www/nfsen; | |
| index nfsen.php; | |
| server_name nfsen; | |
| error_log /data/www/nfsen/log/error.log error; | |
| access_log /data/www/nfsen/log/access.log main; |
| import sys | |
| import time | |
| import logging | |
| import socket | |
| import Exscript.protocols as protocols | |
| from Exscript.util.interact import read_login | |
| from Exscript.util.file import get_hosts_from_file | |
| from Exscript.protocols.Exception import LoginFailure, TimeoutException | |