Skip to content

OpenSSH

Handy commands

Extract public key: ssh-keygen -y -f /path/to/private/key

CVE

  • https://github.com/xaitax/CVE-2024-6387_Check

Install

Cool Tricks

Make remote webapp available locally: ssh -L 9000:localhost:9000 username@remote_hostL