Command: Get-Content
In Windows Terminal or PowerShell, preview your local public key without changing it.
Get-Content ~/.ssh/id_ed25519.pub
Copy the one public-key line it prints. Do not use this command for a private key.
Docs Pointers
- Run
Get-Help Get-Contentin PowerShell. - Read SSH Keys for key safety and installation.

Linux Foundations