Advertisement
Guest User

Untitled

a guest
Jul 29th, 2016
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. general]
  2. enabled = yes
  3. webenabled = yes
  4.  
  5. port = 5038
  6. bindaddr = 0.0.0.0
  7.  
  8. ; authtimeout specifies the maximum number of seconds a client has to
  9. ; authenticate. If the client does not authenticate beofre this timeout
  10. ; expires, the client will be disconnected. (default: 30 seconds)
  11.  
  12. authtimeout = 30
  13.  
  14. ; authlimit specifies the maximum number of unauthenticated sessions that will
  15. ; be allowed to connect at any given time.
  16.  
  17.  
  18.  
  19. authlimit = 50
  20.  
  21.  
  22. ; If the device connected via this user accepts input slowly,
  23. ; the timeout for writes to it can be increased to keep it
  24. ; from being disconnected (value is in milliseconds)
  25. ;
  26. writetimeout = 100
  27.  
  28.  
  29. [admin]
  30. secret=14564
  31. deny = 0.0.0.0/0.0.0.0
  32. permit= 0.0.0.0/0.0.0.0
  33. ;permit = 127.0.0.1/255.255.255.255
  34. read = all,system,call,log,verbose,command,agent,user,config
  35. write = all,system,call,log,verbose,command,agent,user,config
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement