-->

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:

In Windows, there are two approaches to accessing Git repositories using SSH. Command line Git distribution and posh-git are preconfigured for OpenSSH, while SourceTree by default relies on PuTTY. The two stacks use different formats for storing both private and public keys. Fortunately, there is a way to convert between the formats using PuTTY's key generation utility. Generate a private and public key pair Open PuTTYgen.exe, press Generate button, move mouse. Once the keys are generated, type your key passphrase (choose a 'hard to guess' one). PuTTY's author opted for simplicity, so the public and private keys, which make up the underlying security used by PuTTY/SSH-2 key authentication, are stored in a single proprietary.ppk file. Typically these keys are maintained as two separate files by ssh.

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

Connect with SSH by using PuTTY

Putty Public Key To Openssh

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.

Openssh

Connect with SFTP with FileZilla

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.

Openssh

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.

Putty public key to openssh key

Open your connection

Putty
  1. Open FileZilla.
  2. Select File > Site Manager.
  3. Select the name of your site, and then select Connect.

Convert Openssh To Putty

Next steps

Putty Public Key To Openssh Mac

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