Test SSH Key Locally Without Server

Tags: January 4, 2014 12:54 AM

To test a generated ssh private/public key-pair without having to connect to a SSH server we can use ssh-keygen. Here's the example:

# ssh-keygen -y -f /location/of/the/private-key
References

Share on Facebook Twitter

0 comments:

Post a Comment