Skip to content

Commit 17bf241

Browse files
Merge pull request #230276 from cynthn/patch-53
Update bitnami-appliances-deployment.md - remove PuTTY references.
2 parents bce6e39 + 94f98c1 commit 17bf241

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

articles/azure-vmware/bitnami-appliances-deployment.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ In this step, you'll modify the *bootproto* and *onboot* parameters and assign a
145145

146146
## Step 5. Enable SSH access to the virtual appliance
147147

148-
In this step, you'll enable SSH on your virtual appliance for remote access control. The SSH service is disabled by default. You'll also use PuTTy to connect to the host console.
148+
In this step, you'll enable SSH on your virtual appliance for remote access control. The SSH service is disabled by default. You'll also use an OpenSSH client to connect to the host console.
149149

150150
1. Enable and start the SSH service.
151151

@@ -173,7 +173,10 @@ In this step, you'll enable SSH on your virtual appliance for remote access cont
173173
sudo /etc/init.d/ssh force-reload
174174
```
175175

176-
1. Open PuTTY, select the **SSH** option and provide the host name and **22* for the port. Then select **Open**.
176+
1. Start the SSH session.
177+
```bash
178+
ssh hostname:22
179+
```
177180

178181
1. At the virtual appliance console prompt, enter the Bitnami username and password to connect to the host.
179182

0 commit comments

Comments
 (0)