I connect to my webserver with Putty through SSH + password and wanted to generate a pair of keys to do the login for me. Unfortunately, the command gets somehow 'stuck'.. as you can see on the screenshot

Why is this happening?
|
I connect to my webserver with Putty through SSH + password and wanted to generate a pair of keys to do the login for me. Unfortunately, the command gets somehow 'stuck'.. as you can see on the screenshot
Why is this happening? |
|||||||
|
|
It looks like you are first connecting to the remote server and then generating keys. Don't do that! Your private key should never leave your local system. You should generate your keys locally using, e.g., puttygen, and then put the generated public key into your |
|||
|
|
|
This is a script I use to generate SSH keys. Give it a try.
|
|||
|
|