Companies Home Search Profile

Learn basics of SSH ( Secure Shell) and key pair generation

Focused View

SKILL MANOR

35:36

8 View
  • 1. Introduction.mp4
    02:12
  • 1.1 SSH Academy reference.html
  • 1. Basics of SSH (Secure Shell).mp4
    08:58
  • 1. Generate SSH key pair with WSL (Windows Subsystem for Linux) in Windows OS.mp4
    05:21
  • 2. Generate SSH key pair with PUTTYgen application in Windows OS.mp4
    04:02
  • 3. Generate SSH key pair with Command Prompt in Windows OS.mp4
    04:14
  • 4. Generate SSH key pair with Linux terminal (Ubuntu) Same for Mac OS as well.mp4
    03:03
  • 1.1 notes SSH.txt
  • 1. SSH authenticate create secure communication channel between client and server.mp4
    06:42
  • 1. Congratulations.mp4
    01:04
  • Description


    The beginner's guide to learn basics of SSH ( Secure Shell), key pair generation methods

    What You'll Learn?


    • What is SSH ( Secure Shell)
    • Why to use SSH ( Secure Shell)
    • Various methods to generate SSH ( Secure Shell) key pair i.e. private and public keys
    • How to SSH into server from client with private key i.e. without and with password based authentication

    Who is this for?


  • Beginner's guide to learn basics of SSH ( Secure Shell), key pair generation methods
  • What You Need to Know?


  • Basic understanding of Web
  • More details


    Description

    In this course we are going to learn following concepts

    1. What is SSH ( Secure Shell) ?

    2. Why to use SSH ( Secure Shell) ?

    3. Various methods to generate SSH ( Secure Shell) key pair i.e. private and public keys with Windows, Linux/Mac Operating systems for desktop.

    4. Practical session on how to SSH into server from client with private key i.e. without and with password based authentication.


    SSH Protocol – Secure Remote Login and File Transfer

    The SSH protocol (also referred to as Secure Shell) is a method for secure remote login from one computer to another. It provides several alternative options for strong authentication, and it protects the communications security and integrity with strong encryption. It is a secure alternative to the non-protected login protocols (such as telnet, rlogin) and insecure file transfer methods (such as FTP).


    Typical uses of the SSH protocol

    The protocol is used in corporate networks for:

    1. providing secure access for users and automated processes

    2. interactive and automated file transfers

    3. issuing remote commands

    4. managing network infrastructure and other mission-critical system components.


    How does the SSH protocol work

    The protocol works in the client-server model, which means that the connection is established by the SSH client connecting to the SSH server. The SSH client drives the connection setup process and uses public key cryptography to verify the identity of the SSH server. After the setup phase the SSH protocol uses strong symmetric encryption and hashing algorithms to ensure the privacy and integrity of the data that is exchanged between the client and server.


    Strong authentication with SSH keys

    There are several options that can be used for user authentication. The most common ones are passwords and public key authentication.

    The public key authentication method is primarily used for automation and sometimes by system administrators for single sign-on. It has turned out to be much more widely used than we ever anticipated. The idea is to have a cryptographic key pair - public key and private key - and configure the public key on a server to authorize access and grant anyone who has a copy of the private key access to the server. The keys used for authentication are called SSH keys. Public key authentication is also used with smartcards, such as the CAC and PIV cards used by US government.

    The main use of key-based authentication is to enable secure automation. Automated secure shell file transfers are used to seamlessly integrate applications and also for automated systems & configuration management.

    We have found that large organizations have way more SSH keys than they imagine, and managing SSH keys has become very important. SSH keys grant access as user names and passwords do. They require a similar provisioning and termination processes.

    In some cases we have found several million SSH keys authorizing access into production servers in customer environments, with 90% of the keys actually being unused and representing access that was provisioned but never terminated. Ensuring proper policies, processes, and audits also for SSH usage is critical for proper identity and access management. Traditional identity management projects have overlooked as much as 90% of all credentials by ignoring SSH keys. We provide services and tools for implementing SSH key management.


    SSH provides strong encryption and integrity protection

    Once a connection has been established between the SSH client and server, the data that is transmitted is encrypted according to the parameters negotiated in the setup. During the negotiation the client and server agree on the symmetric encryption algorithm to be used and generate the encryption key that will be used. The traffic between the communicating parties is protected with industry standard strong encryption algorithms (such as AES (Advanced Encryption Standard)), and the SSH protocol also includes a mechanism that ensures the integrity of the transmitted data by using standard hash algorithms (such as SHA-2 (Standard Hashing Algorithm)).


    SFTP file transfer protocol

    The SFTP (SSH File Transfer Protocol) is probably the most widely used secure file transfer protocol today.

    Public key file format

    The public key file format is not a formal standard (it is an informational document), but many implementations support this format.

    How to Cite SSH

    To cite SSH in a research paper, please use the following:

    Tatu Ylonen: SSH - Secure Login Connections over the Internet.

    Proceedings of the 6th USENIX Security Symposium, pp. 37-42, USENIX, 1996.


    Reference: SSH Academy

    Who this course is for:

    • Beginner's guide to learn basics of SSH ( Secure Shell), key pair generation methods

    User Reviews
    Rating
    0
    0
    0
    0
    0
    average 0
    Total votes0
    Focused display
    Category
    Skill Manor is a instructor for Oracle Cloud and other related cloud concepts. We create content to help students and professionals to learn Oracle Cloud, Oracle Integration Cloud (Integration, Process, Visual Builder, ...etc.) and others, enroll to our courses and sharpen your skill and gain the knowledge to take up your next assignment confidently.- Imaginations Simplified with Skill Manor
    Students take courses primarily to improve job-related skills.Some courses generate credit toward technical certification. Udemy has made a special effort to attract corporate trainers seeking to create coursework for employees of their company.
    • language english
    • Training sessions 8
    • duration 35:36
    • Release Date 2024/05/04

    Courses related to Shell Scripting