all - I'm trying to generate ssh keys using powershell with the following but PS just sits there on 'Generating public/private ...' message and never finishes, does not prompt for anything and does not display any sort of error. Anyone have any ideas why this might not be completing?
ssh-keygen -t ed25519
Generating public/private ed25519 key pair.`