SSH
SSH
1. Multiplexing.
2. defines a number of authentication tools similar
to the ones used in SSL.
3. Lets the client create multiple logical channels
over it.
4. Each channel can be used for a different
purpose, such as remote logging, file transfer,
and so on.
Applications
• Although SSH is often thought of as a replacement
for TELNET, SSH is, in fact, a general-purpose
protocol that provides a secure connection between a
client and server.
• PuTTy, by Simon Tatham, which is a client SSH
program that can be used for remote logging.
• Application program is Tectia used on several
platforms.
• for file transfer is the Secure File Transfer
Program (sftp)
• Secure Copy (scp) - This application uses the
same format as the UNIX copy command, cp, to
copy files.
SSH Tunneling - Port Forwarding
SSH Packet Format
Thank You…