Or as pointed here:
How can I test my ssh-keys locally without a server
You can do this:
ssh-keygen -y
And this doesn’t require any server (works great with msysgit on Windows).
Or as pointed here:
How can I test my ssh-keys locally without a server
You can do this:
ssh-keygen -y
And this doesn’t require any server (works great with msysgit on Windows).