Putty Public Key To Openssh



Feb 01, 2021 You can use this application for creating an SSH Key Pair. PuTTY has two components. One is the PuTTY Key Generator (aka PuTTYgen), and the other one is PuTTY, which allows you to connect to a remote server using an SSH Key Pair. To create a pair of SSH keys on the Windows operating system, you will need to install both the components. NOTE: PuTTY and OpenSSH use different formats for public SSH keys. If the SSH Key you copied starts with “—- BEGIN SSH2 PUBLIC KEY ”, it is in the wrong format. Be sure to follow the instructions carefully. Your key should start with “ssh-rsa AAAA.” Save The Public Key On The Server; Now, you need to paste the copied public key. Method 2: Manually copy the public ssh key to the server. The first method had the action on the user side. Let’s say that you are the sysadmin and your server doesn’t allow SSH login via password. The only way to access the server is using SSH public key authentication. In such a case, you can ask the end user to provide her/his public key.

-->

To use an open SSH connection from your development machine to the server VM in your Azure Stack Hub instance that hosts your web app, you might need to create a Secure Shell (SSH) public and private key pair.

In this article, you create your keys and then use them to connect to your server. You can use an SSH client to get a bash prompt on the Linux server or use a Secure FTP (SFTP) client to move files to and from the server.

Create an SSH public key on Windows

In this section, you use PuTTY Key Generator to create a public SSH key and private key pair to use when you create a secure connection to Linux machines in your Azure Stack Hub instance. PuTTY is a free terminal emulator that can allow you to connect to a server via SSH and Telnet.

  1. Open PuTTY Key Generator.

  2. Under Parameters, select RSA.

  3. In the Number of bits in a generated key box, enter 2048.

  4. Select Generate.

  5. In the Key area, generate some random characters by moving the cursor over the blank area.

  6. Enter a Key passphrase and confirm it in the Confirm passphrase box. Note your passphrase for later use.

  7. Select Save public key, and save it to a location where you can access it.

  8. Select Save private key, and save it to a location where you can access it. Remember that it belongs with the public key.

Your public key is stored in the text file you saved. The text looks like the following:

When an application requests the key, you copy and paste the entire contents of the text file.

Openssh

Connect with SSH by using PuTTY

When you install PuTTY, you have both PuTTY Key Generator and an SSH client. In this section, you open the SSH client, PuTTY, and configure your connection values and SSH key. If you're on the same network as your Azure Stack Hub instance, you connect to your VM.

Before you connect, you will need:

  • PuTTY
  • The IP address and username for the Linux machine in your Azure Stack Hub instance that uses an SSH public key as the Authentication type.
  • Port 22 to be open for the machine.
  • The public SSH key that you used when you created the machine.
  • The client machine that runs PuTTY to be on the same network as your Azure Stack Hub instance.
  1. Open PuTTY.

  2. In the Host Name (or IP address) box, enter the username and public IP address of the machine (for example, username@192.XXX.XXX.XX).

  3. Validate that the Port is 22 and the Connection type is SSH.

  4. In the Category tree, expand SSH and Auth.

  5. Next to the Private key file for authentication box, select Browse, and then search for the private key file (<filename>.ppk) of your public and private key pair.

  6. In the Category tree, select Session.

  7. Under Saved Sessions, enter a name for the session, and then select Save.

  8. In the Saved Sessions list, select the name of your session, and then select Load.

  9. Select Open. The SSH session opens.

Connect with SFTP with FileZilla

Public

To move files to and from your Linux machine, you can use FileZilla, an FTP client that supports Secure FTP (SFTP). FileZilla runs on Windows 10, Linux, and macOS. The FileZilla client supports FTP, FTP over TLS (FTPS), and SFTP. It is open-source software that's distributed free of charge under the terms of the GNU General Public License.

Putty Public Key To Openssh Key

Set your connection

  1. Download and install FileZilla.

  2. Open FileZilla.

  3. Select File > Site Manager.

  4. In the Protocol drop-down list, select SFTP - SSH File Transfer Protocol.

  5. In the Host box, enter the public IP address for your machine.

  6. In the Logon Type box, select Normal.

  7. Enter your username and password.

  8. Select OK.

  9. Select Edit > Settings.

  10. In the Select page tree, expand Connection, and then select SFTP.

  11. Select Add key file, and then enter your private key file (for example, <filename>.ppk).

  12. Select OK.

Openssh Vs Ssh

Openssh

Putty Openssh Key

Open your connection

Openssh Format

PublicPutty Public Key To Openssh
  1. Open FileZilla.
  2. Select File > Site Manager.
  3. Select the name of your site, and then select Connect.

Next steps

Learn how to Set up a development environment in Azure Stack Hub.