function rtelnet {
	description="Remote Telnet protocol"
	use="tcp"
	port=${port:-107}
	do_service $FUNCNAME $@
}
