Skip to content

Commit bd9eac2

Browse files
authored
pencil edits
Lines 174, 213, 221: Login > Log in
1 parent 4f2aadd commit bd9eac2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/azure-netapp-files/azacsnap-preview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ Once this is working correctly go on to configure (`azacsnap -c configure`) with
171171
If AzAcSnap has been installed following option 2, then be sure to allow SSH access to the Db2 database instance per the following example setup.
172172

173173

174-
Login to the AzAcSnap system as the `azacsnap` user and generate a public/private SSH key pair.
174+
Log in to the AzAcSnap system as the `azacsnap` user and generate a public/private SSH key pair.
175175

176176
```bash
177177
ssh-keygen
@@ -210,15 +210,15 @@ cat .ssh/id_rsa.pub
210210
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb4HedCPdIeft4DUp7jwSDUNef52zH8xVfu5sSErWUw3hhRQ7KV5sLqtxom7an2a0COeO13gjCiTpwfO7UXH47dUgbz+KfwDaBdQoZdsp8ed1WI6vgCRuY4sb+rY7eiqbJrLnJrmgdwZkV+HSOvZGnKEV4Y837UHn0BYcAckX8DiRl7gkrbZUPcpkQYHGy9bMmXO+tUuxLM0wBrzvGcPPZ azacsnap@db2-02
211211
```
212212

213-
Login to the IBM Db2 system as the Db2 Instance User.
213+
Log in to the IBM Db2 system as the Db2 Instance User.
214214

215215
Add the contents of the AzAcSnap user's public key to the Db2 Instance Users `authorized_keys` file.
216216

217217
```bash
218218
echo "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb4HedCPdIeft4DUp7jwSDUNef52zH8xVfu5sSErWUw3hhRQ7KV5sLqtxom7an2a0COeO13gjCiTpwfO7UXH47dUgbz+KfwDaBdQoZdsp8ed1WI6vgCRuY4sb+rY7eiqbJrLnJrmgdwZkV+HSOvZGnKEV4Y837UHn0BYcAckX8DiRl7gkrbZUPcpkQYHGy9bMmXO+tUuxLM0wBrzvGcPPZ azacsnap@db2-02" >> ~/.ssh/authorized_keys
219219
```
220220

221-
Login to the AzAcSnap system as the `azacsnap` user and test SSH access.
221+
Log in to the AzAcSnap system as the `azacsnap` user and test SSH access.
222222

223223
```bash
224224
ssh <InstanceUser>@<ServerAddress>

0 commit comments

Comments
 (0)