You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/virtual-machines/workloads/mainframe-rehosting/tmaxsoft/install-openframe-azure.md
+5-21Lines changed: 5 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,7 +81,6 @@ Hard disk: 100 GB (minimum)<br/>
81
81
</tr>
82
82
<tr><td>Optional software for Windows users
83
83
</td>
84
-
<td>PuTTY: Used in this guide to configure VM features<br/>
85
84
WinSCP: A popular SFTP client and FTP client you can use<br/>
86
85
Eclipse for Windows: A development platform supported by TmaxSoft<br/>
87
86
(Microsoft Visual Studio is not supported at this time)
@@ -139,33 +138,18 @@ You can set up the OpenFrame environment using various deployment patterns, but
139
138
140
139
### Generate a public/private key pair
141
140
142
-
If you are using a Windows operating system, you need PuTTYgen to generate a public/private key pair.
143
-
144
141
The public key can be freely shared, but the private key should be kept entirely secret and should never be shared with another party. After generating the keys, you must paste the **SSH public key** into the configuration—in effect, uploading it to the Linux VM. It is stored inside authorized\_keys within the \~/.ssh directory of the user account’s home directory. The Linux VM is then
145
-
able to recognize and validate the connection once you provide the associated **SSH private key** in the SSH client (in our case, PuTTY).
142
+
able to recognize and validate the connection once you provide the associated **SSH private key** in the SSH client.
146
143
147
144
When giving new individuals access the VM:
148
145
149
-
- Each new individual generates their own public/private keys using PuTTYgen.
146
+
- Each new individual generates their own public/private keys.
150
147
- Individuals store their own private keys separately and send the public key information to the administrator of the VM.
151
148
- The administrator pastes the contents of the public key to the \~/.ssh/authorized\_keys file.
152
-
- The new individual connects via PuTTY.
153
-
154
-
**To generate a public/private key pair**
155
-
156
-
1. Download [PuTTYgen](https://www.putty.org) and install it using all the default settings.
157
-
158
-
2. To open PuTTYgen, locate the PuTTY installation directory in `C:\Program Files\PuTTY`.
159
-
160
-

161
-
162
-
3. Click **Generate**.
163
-
164
-

149
+
- The new individual connects via OpenSSH.
165
150
166
-
4. After generation, save both the public key and private key. Paste the contents of the public key in the **SSH public key** section of the **Create virtual machine \> Basics** pane (shown in steps 6 and 7 in the previous section).
151
+
For more information about creating SSH key pairs, see [Create and use an SSH public-private key pair for Linux VMs in Azure](../../../linux/mac-create-ssh-keys.md).
0 commit comments