1. Internet Engineering Task Force (IETF). RFC 4251: The Secure Shell (SSH) Protocol Architecture. Ylonen, T., & Lonvick, C. (Eds.). (2006). Section 3, "Secure Shell Tunnels," states, "The Secure Shell protocol can be used to multiplex a number of logical channels into a single encrypted tunnel." This document officially defines the tunneling capability. Available at: https://doi.org/10.17487/RFC4251
2. MIT OpenCourseWare. 6.857 Computer and Network Security, Fall 2017. Lecture 13 Notes. The course materials discuss how SSH provides a secure, encrypted channel for remote access and can be used to tunnel other application traffic, protecting it from inspection on the underlying network.
3. Internet Engineering Task Force (IETF). RFC 826: An Ethernet Address Resolution Protocol. Plummer, D. (1982). This document defines ARP's function solely as a mechanism for finding a host's Ethernet address from its Internet address, with no mention of security features. Available at: https://doi.org/10.17487/RFC0826
4. Internet Engineering Task Force (IETF). RFC 768: User Datagram Protocol. Postel, J. (1980). This RFC defines UDP as a simple, connectionless datagram service with no security or encryption mechanisms. Available at: https://doi.org/10.17487/RFC0768