SSHing into Linux VMs - 1 | Scribe

    SSHing into Linux VMs - 1

    • Hafeez Baig |
    • 12 steps |
    • 44 seconds
    1
    Sign in into the **Google Cloud Console**
    2
    Type "**VM instances**" in the search bar and click on the **VM instances** option
    information ordinal icon
    **What are VM instances?**\ \ **VM instances** in Google Cloud Platform (GCP) refer to **virtual machines** that run on Google Compute Engine. These are customizable compute resources that provide users with the capability to run applications, deploy workloads, and manage services on Google's infrastructure. VM instances can be configured with different CPU, memory, and storage options, and can run various operating systems, including Linux and Windows. They are a key component of cloud infrastructure, offering scalable and flexible computing power.
    3
    Click on the **Metadata** option from the left bar
    information ordinal icon
    **What is Metadata?**\ \ **Metadata** is information that describes and provides context about other data. It includes details such as file attributes, database schema, or cloud resource settings. Metadata helps in organizing, managing, and understanding the primary data it pertains to.
    4
    **Metadata** wizard will open, click on the **SSH KEYS** tab
    information ordinal icon
    **What are SSH KEYS?**\ \ **SSH keys** are cryptographic keys used for secure access to remote servers and systems over the SSH (Secure Shell) protocol. They consist of a pair: a **public key** and a **private key**. The public key is placed on the server, while the private key remains on the client machine. When a connection is established, the server uses the public key to verify the client's identity, ensuring secure, password-less authentication. SSH keys are commonly used for secure logins, file transfers, and remote command execution.
    5
    Click on the **ADD SSH KEY** button
    6
    Scroll to the **SSH key 1** and here you can give the public SSH key
    7
    You can click on the **ADD ITEM** button to add more public SSH keys
    8
    Scroll the page and click on the **SAVE** button to apply the changes
    information ordinal icon
    Congratulations! on successfully adding SSH keys
    9
    Click on the **METADATA** tab
    10
    Click on the **ADD METADATA** button
    11
    Scroll to the **Key 1**,here you can add key and its value
    12
    Scroll the page and click on the **SAVE** button to apply the changes
    information ordinal icon
    Congratulations! on completing this lab and SSHing into Linux VMs