Anik Kumar Nandiblog.anikweb.me·Nov 10, 2024How to Set Up GitHub in a Local Environment on UbuntuStep 1: Install Git Git is an essential tool for version control, allowing you to track changes to your code, collaborate with others, and maintain a history of your projects. On Ubuntu, installing Git is straightforward: Update Your System: Before...Discuss·30 readsgithub on ubuntu
Uzomah Chiemerieuzomahchiemerie.hashnode.dev·Nov 5, 2024How to create a Linux (Ubuntu) Virtual Machine in Azure using a Public Key.INTRODUCTION Creating and connecting to a Linux VM on the Azure portal might seem challenging at first, but rest assured, it’s quite straightforward and only slightly different from setting up a Windows VM. In this comprehensive guide, I'll walk you ...DiscussLinux
Shagufta Gulnaar Mohammedshaguftas-blogs.hashnode.dev·Oct 24, 2024Understanding SSH: A Gateway to Secure Remote ConnectionsIn this blog, we'll explore how SSH works, focusing on connecting to an EC2 instance and the importance of keys in securing your connection. What is SSH? SSH (Secure Shell) is a network protocol that allows you to connect to a remote system securely ...Discuss·1 like·26 readsssh
Anirban Banerjeeanirbanbanerjee13.hashnode.dev·Oct 16, 2024EC2 Connectivity Made Easy: A Guide to SSH Access and CommunicationIn today's cloud-driven world, Amazon EC2 instances are a cornerstone for deploying scalable applications. However, establishing secure connections between your local machine and EC2 instances, as well as between multiple EC2 instances, is crucial fo...Discussec2
Saksham Kambleskm-saksham.hashnode.dev·Oct 16, 2024Master SSH to Safely Access and Control Your EC2 InstancesAssignment: Mastering SSH Key Authentication and EC2 Connections: A Step-by-Step Guide 🛠️🔐 In today's world of cloud computing and remote servers, secure communication and authentication are essential. One of the best ways to ensure a secure connec...Discuss·1 likeDevops
Aditya Gadhaveadityag7678.hashnode.dev·Oct 13, 2024Step-by-Step Guide: Connecting to a Remote Server on CentOS Using SSHWhat is SSH ? SSH, or Secure Shell, constitutes a cryptographic network protocol designed to enable secure communication between two systems over networks that may not be secure. This protocol is widely employed for remote access to servers and the...DiscussLinux
Chidinma Ozoemenachidinmawrites.hashnode.dev·Oct 11, 2024Mastering VM Management: From SSH Key Setup to Cockpit Connection.Changing the SSH Port for Security Changing the default SSH port from 22 to another port can help reduce the risk of automated attacks. Here are the steps to change the SSH port number and connect to Cockpit for managing your server. This is the prev...Discussssh
Dushmantadushmanta.hashnode.dev·Oct 5, 2024Understanding SSH Keys: How They Work and Steps to Create Your OwnHello developers! In this article, we'll explore how SSH keys work, how to generate them, and how to retrieve the public SSH key for use wherever needed. Before we dive into the process of generating them, let's briefly understand SSH keys. What are ...Discussssh
Chidinma Ozoemenachidinmawrites.hashnode.dev·Oct 4, 2024Continuing with SSH Keys: Creating a VM, Users, and Groups Using MobaXtermIn the last post, we discussed how to create an SSH key. Now, let's take it a step further by using that SSH key to create a virtual machine (VM), configure it with the public key, and use MobaXterm to connect with the private key. We'll also cover c...DiscussAzure
Sameer iisameer3056.hashnode.dev·Oct 3, 2024Understanding SSH-Keygen: Formats, Key Differences, and Configuration in Linux DistributionsOverview of SSH-Keygen SSH (Secure Shell) is a cryptographic network protocol for secure communication over unsecured networks. SSH key pairs — composed of a public and private key — are used for authenticating users without passwords. ssh-keygen is ...Discussssh-keys