RBRajesh Bindevrajesh.hashnode.dev·Jun 8 · 7 min readDay 74: Jenkins Database Backup Job | 100 Days of DevOpsContent Today I worked on creating an automated Jenkins job to perform periodic database backups. The objective was to automate the backup of a MySQL database hosted on an application server and secu00
KSKavya Sriinkavyasri.hashnode.dev·May 23 · 6 min readSSH, SCP, Rsync, Port Forwarding, ZIP, UNZIP, TAR, and Bastion Host: A Beginner-Friendly Guide for Linux UsersIf you are learning Linux, Cloud, DevOps, or System Administration, understanding concepts like SSH, SCP, Rsync, Port Forwarding, ZIP, UNZIP, TAR, and Bastion Host is essential. These tools help admin00
AHArman Hossaininarman-bd.hashnode.dev·Apr 24 · 14 min readI Left Port 22 Open on the Internet for 54 Days. Here's Who Showed Up.The Setup Here's a thought experiment: what happens if you just... put a computer on the internet and wait? Not a real computer, of course. A fake one. A honeypot — a Python script pretending to be an617AYAYE
MZM'mah Zomboinmmahzombo.hashnode.dev·Apr 21 · 4 min readSSH Explained for Absolute BeginnersImagine you need to log into a remote server (like a website host, a cloud computer, or even your friend’s Raspberry Pi) from your laptop. You don’t want anyone else peeking at what you’re doing or st20
RBRajesh Bindevrajesh.hashnode.dev·Mar 31 · 2 min readDay 7: Linux SSH Authentication | 100 Days of DevOpsContent: Today I worked on setting up password-less SSH authentication between a jump host and multiple application servers as part of my DevOps journey. This is a crucial setup for automation, allow00
DMDevesh Mudgalincyberarkguide.hashnode.dev·Mar 12 · 22 min readSSH For CyberArk: Complete GuideSSH is not just a protocol you interact with when connecting to Linux boxes. In CyberArk PAM both Self-Hosted and Privilege Cloud, SSH is woven deeply into nearly every component: the Vault stores SSH00
RMRichard Martensinrhjmartens.nl·Mar 12 · 1 min readsetting up Bitwarden SSH Agent for VS Code on MAC OSRecently I switched over from Roboform to Bitwarden as my passwordvault. The main advantages why I did this: I use a vaultwarden docker image on my DS420j NAS Vaultwarden is completely free I can u00
MOMikael Olssoninblog.clueby4.dev·Feb 18 · 6 min readStop Typing SSH Passphrases: Agent Setup for Windows/Mac/Linux (2026 Edition)SSH keys are better than passwords, but typing passphrases 50 times a day isn't fun, either. That's what ssh-agent solves - you unlock your key once, and the agent handles authentication from there. This guide covers SSH agent setup on all three majo...00
CNcherukuri naga vengama naiduinsshprotocol.hashnode.dev·Feb 14 · 8 min readSecure Shell Protocol1. What is SSH? Think of SSH like a secure, invisible cable connecting your laptop to another computer (a server). In the old days, people used a system called "Telnet." The problem was that Telnet sent everything—including your password—like a postc...00
MSM Safiedininfiedin.hashnode.dev·Jan 18 · 4 min readHow to use SSH keyLittle Intro… An SSH Key is a security credential that works like a digital lock and key. It is generally safer and more convenient than using a password. The Private Key (The "Key"): You keep this on your computer. Never share this. The Public Key...00