digimer

Untitled

May 4th, 2011
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. # default: on
  2. # description: The telnet server serves telnet sessions; it uses \
  3. # unencrypted username/password pairs for authentication.
  4. service telnet
  5. {
  6. disable = no
  7. flags = REUSE
  8. socket_type = stream
  9. wait = no
  10. user = root
  11. server = /usr/sbin/in.telnetd
  12. log_on_failure += USERID
  13. }
Advertisement
Add Comment
Please, Sign In to add comment