Skip to content

openterprise.it

Paweł Szaga home page

  • 🏠 Home
  • 👤 Author
  • 🐧 Linux
  • ☁️ Virt
  • 📄 Scripts
  • 🐳 Docker Hub

Category: Cryptography

Verify SSH host public key fingerprint

Published on 2020-03-11 Author admin

To check SSH host public key (Ed25519 key, MD5 checksum): ssh-keygen -l -E md5 -f /etc/ssh/ssh_host_ed25519_key.pub

Categories CentOS, Cryptography, Fedora, Linux, Security

Generate random bytes with openssl

Published on 2018-08-07 Author admin

Generate 32 bytes, hex encode: openssl rand -hex 32 Generate 32 bytes, base64 encode: openssl rand -base64 32 Generate 32 bytes, save output to file: openssl rand -out file.txt 32

Categories Cryptography, Linux, Security

Software

  • My GitHub Repo
  • My Docker Hub Repo
  • Recommended Open Source Software

Recent Posts

  • Nextcloud - Upgrading PostgreSQL database running as Docker container from 16 to 17 2025-04-26
  • Send Android push notifications using Nextcloud 2025-04-25
  • Fedora 39 - GNOME 45 - enable HEIF images support 2023-11-17
  • Fedora 39 - GNOME 45 - missing "Suspend when lid is closed" in Tweak Tools 2023-11-14
  • KVM - How to permit HTTP traffic from guest VM to KVM host with firewalld 2023-05-27

Archives

  • 2025 (2)
  • 2023 (4)
  • 2022 (4)
  • 2020 (14)
  • 2019 (10)
  • 2018 (16)
  • 2017 (42)

Categories

  • Apache (2)
  • AWS (4)
  • Bitcoin (3)
  • CentOS (31)
  • CI/CD (1)
  • Cloud (8)
  • Containers (8)
  • Cryptography (2)
  • Docker (9)
  • Fedora (45)
  • GeoServer (2)
  • GIS (2)
  • Git (1)
  • HA (2)
  • Jenkins (1)
  • KVM (7)
  • LEDE (3)
  • Linux (76)
  • Networking (12)
  • Nextcloud (9)
  • one-liner (7)
  • OpenWrt (3)
  • PostgreSQL (1)
  • Raspberry Pi (5)
  • REST API (1)
  • Scripts (15)
  • Security (4)
  • Site (4)
  • Virtualization (12)
  • VMware (6)
  • Volumio (1)
  • Windows (1)
  • Workstation (4)

Categories

Apache AWS Bitcoin CentOS CI/CD Cloud Containers Cryptography Docker Fedora GeoServer GIS Git HA Jenkins KVM LEDE Linux Networking Nextcloud one-liner OpenWrt PostgreSQL Raspberry Pi REST API Scripts Security Site Virtualization VMware Volumio Windows Workstation

© 2025 Paweł Szaga openterprise.it