Hmm, sadly we did not find anything. Just retry with a different search.
Using putty without password (private/public key auth)
Grumpy Developer Reading time:about 2 min Date: Language:english
The blog post explains how to use public key authentication with PuTTY for secure login to a server over SSH. To start, a key pair must be generated using Puttygen, then the public key is saved on the server and the private key is configured in PuTTY. After setting up the key permissions, users can log in without entering their password. The post also includes a bonus tip for setting up an SSH tunnel to secure traffic between two machines.