Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
The ultimate Putty guide: Using Putty for SSH
Rating: 4.2 out of 5(144 ratings)
4,128 students

The ultimate Putty guide: Using Putty for SSH

Master Putty settings for SSH: Learn advanced putty settings and save profiles for quick access to your Linux servers
Created byArun Kumar
Last updated 12/2017
English

What you'll learn

  • Download and Install putty on windows machine
  • Create and edit profiles in putty
  • Launch Linux GUI interface using Xming with Putty
  • Log your putty session into text files for future reference
  • Change putty terminal font size, color and disable bell sound
  • Putty best practices in real time - Author advise

Course content

6 sections28 lectures54m total length
  • Before you start0:18
  • How to download putty1:22

    Search for PuTTY on Google, access the official download page, and choose the correct 32-bit or 64-bit binary for your Windows system to install PuTTY for SSH.

  • How to Install putty1:10

    Download and run Putty by double-clicking the small executable; no installer needed, launch from desktop or taskbar for quick SSH sessions.

  • How to Start putty3:08

    Start putty, install and launch the software, save connection profiles, and connect to a server using its IP address and port, typically port 22; learn about hostnames and DNS names.

Requirements

  • You should be able to use PC at a beginner level
  • Linux machine configured on virtual box or vmware

Description

PuTTY is a free and open-source terminal emulator, serial console and network file transfer application. It supports several network protocols, including SCP, SSH, Telnet, rlogin, and raw socket connection. It can also connect to a serial port. The name "PuTTY" has no definitive meaning.

Master advanced Putty settings that help you to quickly access your Linux servers

  • Download and Install putty on windows machine
  • Create and edit profiles in putty
  • Launch Linux GUI interface using Xming with Putty
  • Log your putty session into text files for future reference
  • Change putty terminal font size, color and disable bell sound
  • Putty best practices in real time - Author advise

Quick reference course for one of the highly used SSH tool Putty

PuTTY was originally written for Microsoft Windows, but it has been ported to various other operating systems. Official ports are available for some Unix-like platforms, with work-in-progress ports to Classic Mac OS and macOS, and unofficial ports have been contributed to platforms such as Symbian, Windows Mobile and Windows Phone.

PuTTY supports many variations on the secure remote terminal, and provides user control over the SSH encryption key and protocol version, alternate ciphers such as 3DES, Arcfour, Blowfish, DES, and Public-key authentication. It also can emulate control sequences from xterm, VT102 or ECMA-48 terminal emulation, and allows local, remote, or dynamic port forwarding with SSH (including X11 forwarding). The network communication layer supports IPv6, and the SSH protocol supports the zlib@openssh delayed compression scheme. It can also be used with local serial port connections.

PuTTY comes bundled with command-line SCP and SFTP clients, called "pscp" and "psftp" respectively, and plink, a command-line connection tool, used for non-interactive sessions.

PuTTY consists of several components:

  • PuTTY: the Telnet, rlogin, and SSH client itself, which can also connect to a serial port
  • PSCP: an SCP client, i.e. command-line secure file copyPSFTP: an SFTP client, i.e. general file transfer sessions much like FTPPuTTYtel: a Telnet-only clientPlink: a command-line interface to the PuTTY back ends
  • Pageant: an SSH authentication agent for PuTTY, PSCP and Plink
  • PuTTYgen: an RSA, DSA, ECDSA and EdDSA key generation utility
  • pterm: a standalone terminal emulator


Who this course is for:

  • Anyone who uses Putty for ssh connection to Linux servers
  • All the users who are learning Linux administration
  • All Oracle DBAs who run their database on Linux server
  • Existing users who wants to learn advanced Putty options