medunesblog.medunes.net·Dec 6, 2023Combining 2FA and Public Key Authentication for a better Linux SSH securityWhat are we trying to improve? SSH (Secure Shell Connection) is a secure way to login to a Linux server and remotely work with it. However there might be a good margin of further improvements to secure even more this. 1- Substitute password authentic...Discuss·1 like2FA
Sebinsebzz.hashnode.dev·Dec 2, 2023Multiple ssh for githubHey there, fellow code wranglers! Today, I'm going to spill the beans on a little trick that saved my bacon during my early developer internships. Picture this: you're happily using your personal GitHub account with SSH, and boom! Suddenly, you need ...DiscussDevops
Lois Basseythatladydev.hashnode.dev·Nov 28, 2023Secure Ubuntu Server: Step-by-Step Guide to Creating a New User on Digital OceanIt is not just recommended but crucial to create a new user separate from the default “root” user on provisioning a new Digital Ocean droplet. Why? For security reasons. Relying solely on the ‘root’ user for remote access is similar to leaving your ...DiscussDigitalOcean
Pratik MaliforThe Tech Deckthetechdeck.hashnode.dev·Nov 28, 2023How to Enable SSH on UbuntuSecure Shell (SSH) is a cryptographic network protocol that allows secure communication between two computers. Enabling SSH on your Ubuntu server allows you to securely access and manage it remotely from another computer. There are a few simple steps...DiscussLinuxssh
Shreehari Vaasistha Lshreehari.hashnode.dev·Nov 19, 2023Demystifying SSH Tunneling: A Beginner's GuideWhat is SSH? SSH, which stands for Secure Shell, is a cryptographic network protocol that allows secure communication between two computers. SSH is often used for remote controlling a machine for various purposes like managing infrastructure. What is...Discussssh-tunneling
Lubos Magatblog.magat.io·Nov 17, 2023How to use rotated SSH keys ?Rotating SSH keys is an important practice for maintaining security in systems that use SSH for remote access. The process involves creating new SSH key pairs and replacing the old ones. Here's a general guide on how to rotate SSH keys: Create a New...Discussssh
Foxpassfoxpassus.hashnode.dev·Nov 16, 2023Understanding SSH Key Types: RSA, DSA, ECDSA, and EdDSAIn the realm of secure remote access, SSH keys play a pivotal role, providing a robust and reliable mechanism for authenticating users and safeguarding sensitive data. SSH, or Secure Shell, is a cryptographic network protocol that enables secure comm...Discussssh-keys
Balaji Somasalebalajisomasale.hashnode.dev·Nov 12, 2023How to SSH from the Host AWS server to the Target ServerAssuming you are aware of AWS Linux EC2 Instances, Please feel free to create 2 EC2 instances of your choice(can be RHEL/Ubuntu). Here we create 2 AWS Linux EC2 instances(choose free tier for all and create a new pair to local PC) HOST/Source : Ans...DiscussAWS
Oyinkansola Olabodegeneralfocus.hashnode.dev·Nov 10, 2023Deploying Static Website On AWS EC2 with FileZillaPrerequisite This tutorial comprises hands-on demonstrations. To follow along, you must have an AWS account with active billing enabled for IAM USER Setting Up EC2 Instance Access your AWS Management Console via your preferred Web Browser search for ...DiscussAWS
Haard Patelblog.haardpatel.info·Nov 6, 2023How to access multiple Github accounts on same machine (Without SSH)Sometime we need to access two github accounts from the same machine and it creates problem when pushing code as another user to the another account. The things can be made simpler. You event don't need to do SSH configuration. Because I know for win...Discuss·1 likessh