1 / 15

Ferry, Isbat, Iwan

Workshop Administrasi Jaringan TELNET & SSH. Ferry, Isbat, Iwan. OBJECTIVES:. To introduce the TELNET protocol and show how it implements local and remote login. To discuss options and sub-options used in TELNET and how they are negotiated. To define out-of-band signaling in TELNET.

nhaslam
Télécharger la présentation

Ferry, Isbat, Iwan

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Workshop AdministrasiJaringan TELNET &SSH Ferry, Isbat, Iwan

  2. OBJECTIVES: • To introduce the TELNET protocol and show how it implements local and remote login. • To discuss options and sub-options used in TELNET and how they are negotiated. • To define out-of-band signaling in TELNET. • To define different modes of operations in TELNET. • To introduce SSH as an alternative to TELNET. • To show how different components of SSH are combined to provide a secure connection over an insecure TCP connection. • To discuss port-forwarding in SSH and how it can be used to provide security for other applications. TCP/IP Protocol Suite

  3. 20-1 TELNET TELNET is an abbreviation for TErminaL NETwork. It is the standard TCP/IP protocol for virtual terminal service as proposed by ISO. TELNET enables the establishment of a connection to a remote system in such a way that the local terminal appears to be a terminal at the remote system.

  4. Topics Discussed in the Section • Concepts • Time-Sharing Environment • Network Virtual Terminal (NVT) • Embedding • Options and Suboption Negotiation • Controlling the Server • Out-of-Band Signaling • Escape Character • Modes of Operation • User Interface • Security Issue TCP/IP Protocol Suite

  5. Note TELNET is a general-purpose client-server application program. TCP/IP Protocol Suite

  6. Figure 20.1Local login TCP/IP Protocol Suite

  7. Figure 20.2Remote login TCP/IP Protocol Suite

  8. Figure 20.3Concept of NVT (Network Virtual Terminal) TCP/IP Protocol Suite

  9. 20-2 SECURE SHELL (SSH) Another popular remote login application program is Secure Shell (SSH). SSH, like TELNET, uses TCP as the underlying transport protocol, but SSH is more secure and provides more services than TELNET. TCP/IP Protocol Suite

  10. Topics Discussed in the Section • Versions • Components • Port Forwarding • Format of the SSH Packet TCP/IP Protocol Suite

  11. Figure 20.17Components of SSH TCP/IP Protocol Suite

  12. Figure 20.18Port forwarding TCP/IP Protocol Suite

  13. Figure 20.19SSH packet format TCP/IP Protocol Suite

  14. How SSH Works • (1) Client contacts server • (2) If SSH protocol versions do not agree, no connection • (3) Server identifies itself. Server sends host key, server key, check bytes, list of methods. Client looks in its DB for hosts. • (4) Client sends a secret key, encrypted using server’s public key • Both begins encryption. Server authentication is completed • Client authentication on the server side. Example, password and public-key authentication

  15. SSH-2 Protocol

More Related