Public Key Authentication is one of the methods to connect to an OpenSSH server. It requires the use of public and private key pairs, where the private key needs to be added to the server's authorized_keys file.

PuTTY allows you to log in to an SSH server using the public key authentication method. It only supports PuTTY Private Key (ppk) format for the private key, which, if you have an existing OpenSSH private key, needs to be converted to the ppk format.

Step-by-step video guide:

Steps to connect to SSH server using public key in PuTTY:

  1. Create a public and private key pair if you don't already have one.
  2. Copy your public key to server's authorized_keys file.
  3. Launch PuTTY.
  4. Enter connection details such as Host Name / IP address and port.
  5. Navigate to ConnectionSSHAuth from the sidebar menu.
  6. Click on the Browse button to look for your PuTTY Private Key.
  7. Select your PuTTY Private Key from the stored location and click on the Open button.
  8. Click on the Open button to start the connection.
  9. Click Yes if a security alert pops up as this is your first connection to the server and the server's key fingerprint is not in your PuTTY's cache.
  10. Enter the username that you want to connect as and press enter.
  11. Enter the passphrase for the key if a passphrase protects your key.
  12. You should be able to log in without providing your password to the system.
Discuss the article:

Comment anonymously. Login not required.