Tagged articles
4 articles
Page 1 of 1
Laravel Tech Community
Laravel Tech Community
Aug 8, 2023 · Information Security

OpenSSH ssh-agent Client Remote Code Execution Vulnerability (CVE-2023-38408)

A critical OpenSSH ssh-agent vulnerability (CVE-2023-38408) allows attackers to execute arbitrary code on the client by forwarding the agent and loading a malicious shared library, affecting all ssh-agent versions up to 9.3p2 and OpenSSH versions up to 9.3p2‑1, with mitigation recommendations to disable forwarding and upgrade the package.

CVE-2023-38408OpenSSHssh-agent
0 likes · 3 min read
OpenSSH ssh-agent Client Remote Code Execution Vulnerability (CVE-2023-38408)
Open Source Tech Hub
Open Source Tech Hub
Jan 18, 2021 · Operations

Master SSH Key Authentication: Generate, Configure, and Secure Your Server Access

This guide explains why password‑based SSH logins are insecure, introduces asymmetric key concepts, walks through generating key pairs with ssh‑keygen, uploading public keys manually or via ssh‑copy‑id, using ssh‑agent and ssh‑add to manage passphrases, and disabling password authentication for hardened server access.

LinuxSSHkey authentication
0 likes · 14 min read
Master SSH Key Authentication: Generate, Configure, and Secure Your Server Access