The 'tn3270' URI Scheme
updates
Extracted elements (10)
RFC 1738 mentioned the 'tn3270' URI scheme without defining its syntax or semantics. Without a formal specification, there was risk of incompatible or undocumented implementations arising from the IANA provisional registration alone; RFC 6270 was written to eliminate that ambiguity.
This document updates RFC 1041 (Telnet 3270 Regime option), RFC 1738 (which first mentioned the scheme), and RFC 2355 (TN3270E specification) to reflect the now-normative 'tn3270' URI scheme definition.
If the <port> part is absent, the default port SHALL be 23, as registered in the IANA port registry.
The <host> part of the 'tn3270' URI is REQUIRED and denotes the host to which the TN3270 or TN3270E connection is to be established.
The 'tn3270' URI scheme designates access to resources available via Telnet 3270 mode (TN3270) and Telnet 3270 Enhanced mode (TN3270E). The URI takes the form tn3270://<userinfo>@<host>:<port>/ where userinfo and port are optional.
The <userinfo> part of the 'tn3270' URI is considered to define information for use in the Telnet Authentication option (RFC 2941), which might be used during the TN3270 or TN3270E session.
IANA updated the 'tn3270' URI scheme registration from Provisional to Permanent status, with syntax and semantics referencing RFC 6270, associated protocols TN3270 and TN3270E, and IESG as contact.
The Telnet protocol, as well as TN3270 and TN3270E, is inherently insecure. Those needing remote login access and related services are encouraged to use a more secure technology, such as Secure Shell (RFC 4251).
'tn3270' URIs do not add any new security issues beyond those of the Telnet session itself; security considerations are the same as those for the 'telnet' URI scheme specified in RFC 4248. Generic URI security considerations from RFC 3986 Section 7 also apply.
The normative ABNF syntax for 'tn3270' URIs is: tn3270-uri = "tn3270:" "//" authority ["/"], where <authority> is defined in RFC 3986. The userinfo and port components are optional.