Kushal Agrawalkushal9897.hashnode.dev·6 hours agoUnderstanding SSH: A Simple GuideIf you use computers, have you ever wanted to be able to remotely access one computer from another and maybe control that machine no matter how distant it is? SSH or also known as Secure Shell, is the solution to that. It is like a door through which...Ssh beginner
Andriawanverri.andriawan.web.id·Dec 17, 2024Alias host untuk Remote SSHTulisan ini adalah bagian dari Remote SSH Series, sehingga untuk bisa membaca secara menyeluruh dan berkesinambungan, alangkah lebih baik bisa membaca secara urut dari link series berikut. Pada tutorial sebelumnya dengan title SSH tanpa Password sud...SSH Remote Serverssh
Abhishek Prajapatidevopsmasteryunlocking.hashnode.dev·Dec 15, 2024Securing EC2 Instances with IAM Roles and SSH: My Learning JourneyHi there! 👋 As part of my AWS learning journey, I’ve been diving into how to make EC2 instances more secure. It’s been an exciting experience, and I want to share what I’ve learned about combining IAM roles and SSH best practices to improve security...AWS
Andriawanverri.andriawan.web.id·Dec 15, 2024Remote SSH tanpa PasswordTulisan ini adalah bagian dari Remote SSH Series, sehingga untuk bisa membaca secara menyeluruh dan berkesinambungan, alangkah lebih baik bisa membaca secara urut dari link series berikut. Me-remote device atau khususnya server biasa dilakuan oleh p...SSH Remote Serverssh
Mounssif BOUHLAOUInuux.hashnode.dev·Dec 14, 202410 Ways to Copy Files from Server to Local: A DevOps GuideOkay, let's dive deep into the world of transferring files from a remote server to your local machine. As a DevOps engineer, this is a task you'll encounter frequently, and mastering various methods is crucial for efficiency and security. This articl...2 likesDevops
Brian Kingsolodev.app·Dec 11, 2024SSH Setup for Ubuntu 24.04 LTS.TL;DR. SSH Setup for Ubuntu 24.04 LTS involves installing and configuring OpenSSH Server on the remote server, generating an RSA key pair on the local system, and uploading the local, public key to the remote system for secure, password-less authenti...The Ops SeriesUbuntu 24.04
Niran Maharjanniranx.dev·Dec 10, 2024Managing Multiple GitHub Accounts: A Developer's GuideIn today's development landscape, it's common to maintain separate GitHub accounts for work and personal projects. This setup helps keep professional and personal contributions clearly separated. Here's a step-by-step guide on how to manage multiple ...GitHub
Ansh Balanlinuxfordevops.hashnode.dev·Dec 9, 2024Part 2: Mastering SSH and SCP for DevOpsIn the previous post, we explored the basics of Linux. In this part, we’ll dive into two essential tools for DevOps engineers: SSH (Secure Shell) and SCP (Secure Copy Protocol). These are crucial for securely connecting to servers and transferring fi...ssh
Ankita Lunawatcloudhub2295.hashnode.dev·Dec 4, 2024Useful Port Number used for Devops..!HTTP (Hypertext Transfer Protocol) - Port 80 Purpose: Used for transferring web pages. HTTPS (HTTP Secure) - Port 443 Purpose: Secure version of HTTP SSH (Secure Shell) - Port 22 Purpose: Secure remote login and command execution. FTP (File Tra...http
Evan O'Brienlabsandprojects.hashnode.dev·Dec 3, 2024Sophisticated SSH server with AI and camera capabilitiesThis project is a combination of multiple camera and computer-vision technologies to form a cohesive demonstration. It is possible to connect via either a CLI shell or Web-based GUI to command an SSH server. This allows for the interaction with a con...AI