Skip to content

Server KB

  • About John
Server KB
  • SSH

    How to Add an SSH Key to Bitbucket Step by Step?

    ByJohn July 29, 2026July 29, 2026

    This article shows you, step by step, how to add an SSH key to Bitbucket from generating a key to testing the connection. By the end, you’ll connect fast and securely. What Are SSH Keys? SSH keys are a pair of cryptographic keys: a private key and a public key. Think of the public key…

    Read More How to Add an SSH Key to Bitbucket Step by Step?Continue

  • SSH

    How to Add an SSH Key to GitLab in 2 Ways?

    ByJohn July 29, 2026July 29, 2026

    In this guide, I’ll show you exactly how to add an SSH key to GitLab using two reliable methods. We’ll also generate a key pair and test the connection. What Is an SSH Key? An SSH key is a pair of cryptographic keys. One key is private and stays on your computer. The other is…

    Read More How to Add an SSH Key to GitLab in 2 Ways?Continue

  • DNS

    What Is DNS Pollution and How to Fix It?

    ByJohn July 24, 2026July 24, 2026

    DNS pollution leaves you staring at an error page instead of your target website. Maybe your customers cannot reach your online store. Maybe your research hits a dead end. This problem feels technical, but you can understand and fix it with simple steps. What Is DNS Pollution? Your browser translates a domain name into a…

    Read More What Is DNS Pollution and How to Fix It?Continue

  • SSH

    What Is an SSH Key? How It Works & How to Generate One

    ByJohn July 23, 2026July 24, 2026

    Ever found yourself typing the same password over and over while managing servers? I’ve done that, and it’s frustrating. There’s a smarter way: SSH keys. They replace passwords with a secure, automated handshake. In this article, I’ll explain what SSH keys are, how they work, and how you can set them up—even if you’re new…

    Read More What Is an SSH Key? How It Works & How to Generate OneContinue

  • SSH

    How to Generate SSH Key on Linux, Windows & macOS?

    ByJohn July 23, 2026July 23, 2026

    SSH keys offer a safer, faster way to prove your identity. Instead of typing a password every time, you use a pair of cryptographic keys. This guide shows exactly how to generate an SSH key on Linux, macOS, and Windows. Whether you are setting up a new web server for your online store, connecting to…

    Read More How to Generate SSH Key on Linux, Windows & macOS?Continue

  • SSH

    How to Fix Git Not Using SSH Key in 4 Easy Ways?

    ByJohn July 16, 2026July 24, 2026

    You’ve generated an SSH key pair and plan to add the public key to GitHub, GitLab, or Bitbucket. Yet every time you run git push, the terminal asks for a username and password. Git seems to ignore your SSH key entirely. In this article, I’ll walk you through four common reasons Git isn’t using your…

    Read More How to Fix Git Not Using SSH Key in 4 Easy Ways?Continue

  • About John