Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # default: on
- # description: The telnet server serves telnet sessions; it uses \
- # unencrypted username/password pairs for authentication.
- service telnet
- {
- disable = no
- flags = REUSE
- socket_type = stream
- wait = no
- user = root
- server = /usr/sbin/in.telnetd
- log_on_failure += USERID
- }
Advertisement
Add Comment
Please, Sign In to add comment