Tagged articles
5 articles
Page 1 of 1
Raymond Ops
Raymond Ops
Jun 18, 2025 · Information Security

How SSH Secures Remote Logins: From Basics to Practical Setup

This article explains SSH as a secure remote login protocol, covering its encryption principles, protection against man‑in‑the‑middle attacks, password and public‑key authentication methods, key generation commands, and essential configuration files like known_hosts and authorized_keys.

Public Key AuthenticationSSHencryption
0 likes · 11 min read
How SSH Secures Remote Logins: From Basics to Practical Setup
Liangxu Linux
Liangxu Linux
Jan 30, 2023 · Information Security

Mastering the SSH known_hosts File to Prevent Man‑in‑the‑Middle Attacks

The article explains the purpose of the SSH known_hosts file, how it stores remote host public keys to prevent man‑in‑the‑middle attacks, and provides step‑by‑step commands for adding, updating, bypassing, and removing entries, as well as tips for managing multiple users and retrieving host details.

LinuxSSHhost key verification
0 likes · 8 min read
Mastering the SSH known_hosts File to Prevent Man‑in‑the‑Middle Attacks
Liangxu Linux
Liangxu Linux
Nov 7, 2022 · Information Security

Understanding and Managing SSH known_hosts to Prevent MITM Attacks

Learn what the SSH known_hosts file does, how it stores server public keys to verify identities, how to handle host key changes, bypass prompts for multiple users, and use commands like ssh-keyscan, ssh-keygen, and StrictHostKeyChecking to securely manage SSH connections.

LinuxSSHknown_hosts
0 likes · 9 min read
Understanding and Managing SSH known_hosts to Prevent MITM Attacks