
- #Get putty for windows 10 how to#
- #Get putty for windows 10 install#
- #Get putty for windows 10 generator#
- #Get putty for windows 10 windows 10#
- #Get putty for windows 10 password#
Now that you’ve generated your SSH key pair, you will want to copy your public key to the SSH server.
#Get putty for windows 10 how to#
How to copy your public key to the SSH server with Windows 11 click Yes.īoth the public_key and private_key files should be saved at the location specified. When saving the private key, you’ll be prompted with a message that you’re saving the private key without passphrase. In most cases, you’ll want to save your key pair in your home folder, usually at the path below. So continue moving the cursor until the process is complete.Īfter the keys are generated, add a descriptive Key comment to help you easily identify your key and Save both keys ( Public and Private keys) to a secure location.

When you stop the cursor, the process will also stop.
#Get putty for windows 10 generator#
When the app opens, click the Generate button, then move the cursor randomly on the Putty Key Generator field window to begin generating the key pair. Once the file is downloaded to your Downloads folder, browse and double-click to open the app. On the same download page above, scroll down the page and click the puttygen.exe link to download the app. How to generate PuTTY SSH Key pair in Windows 11īefore you can generate a PuTTY key pair, you must download PuTTYgen (key generator) app. On the screen below, choose to Add shortcut to PuTTY on the Desktop, then click Install.
#Get putty for windows 10 install#
If everything is configured correctly, you will successfully log into your server.In your Downloads folder, double-click the downloaded installer to initiate the install process.įollow the installer wizard until complete. You will be asked to enter the sudo user’s username to log into the server and the passphrase for the public key you specified at the generation step. If you click Accept, the next time you connect, you won’t be asked this question again. PuTTY will ask you to confirm if you would like to cache the server’s host key to your local registry. You can then click Open to start the SSH session, which opens a terminal window. Then, navigate to Connection > SSH > Auth under the “Category” tree on the left-hand side of the PuTTY screen.Ĭlick the Browse button, and select the id_rsa.ppk file you saved from PuTTYgen. If you have already configured your DNS and the domain name is pointing to the server, you can use that here. Open PuTTY and enter the server’s IP address in the “Host Name” field. Once you have added your public key to your SpinupWP server and assigned it to a sudo user, you can set up PuTTY to SSH into the server. When adding the public key, use the contents of the PuTTYgen “Public key” text area or use the contents from the public key file if you saved it at the previous step. Add the Public Key to Your Spinupwp Sudo Userīefore you can connect to the server, you will need to add the public key you just generated to your server, and then attach it to a sudo user.

You can also click the Save public key button to save the public key to a local file, but this is unnecessary. If you need someone else to access your server, follow the steps in this doc to create a separate private key for them.
#Get putty for windows 10 password#
Your private key file should be treated as you would a password and never shared with anyone. You can save this anywhere on the computer, either on your desktop or in your Documents folder. You’ll use the passphrase when you authenticate using this key.įirst, click the Save private key button, and store the private key as id_rsa.ppk. At this point, it’s a good idea to enter and confirm a “Key passphrase”. Once the key generation has completed, PuTTYgen will populate the “Public key”, the “Key fingerprint”, and the “Key comment” values. PuTTYgen will ask you to move the mouse over a selected area to generate the key. For increased security, we recommend increasing this value to 4096.Ĭlick Generate. On Windows 10, PuTTYgen defaults to generating an RSA key of 2048 bits.
#Get putty for windows 10 windows 10#
The quickest way to run PuTTYgen on Windows 10 is to click the Start button, type putty, and then select “PuTTYgen” from the results. PuTTY has a bundled PuTTYgen application that allows you to generate your public and private keys. To get PuTTY, browse to the download page and download and install the latest version. However, you can use an application called PuTTY to generate an SSH key and use it to connect to your server’s command line.


Unlike macOS or Linux-based distributions, Windows does not come with a built-in terminal application that you can use to access an Ubuntu server via SSH, using public/private key authentication. Connect to Your Server via SSH on Windows
