File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
articles/azure-netapp-files Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ Once this is working correctly go on to configure (`azacsnap -c configure`) with
171
171
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.
172
172
173
173
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.
175
175
176
176
``` bash
177
177
ssh-keygen
@@ -210,15 +210,15 @@ cat .ssh/id_rsa.pub
210
210
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb4HedCPdIeft4DUp7jwSDUNef52zH8xVfu5sSErWUw3hhRQ7KV5sLqtxom7an2a0COeO13gjCiTpwfO7UXH47dUgbz+KfwDaBdQoZdsp8ed1WI6vgCRuY4sb+rY7eiqbJrLnJrmgdwZkV+HSOvZGnKEV4Y837UHn0BYcAckX8DiRl7gkrbZUPcpkQYHGy9bMmXO+tUuxLM0wBrzvGcPPZ azacsnap@db2-02
211
211
```
212
212
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.
214
214
215
215
Add the contents of the AzAcSnap user's public key to the Db2 Instance Users ` authorized_keys ` file.
216
216
217
217
``` bash
218
218
echo " ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb4HedCPdIeft4DUp7jwSDUNef52zH8xVfu5sSErWUw3hhRQ7KV5sLqtxom7an2a0COeO13gjCiTpwfO7UXH47dUgbz+KfwDaBdQoZdsp8ed1WI6vgCRuY4sb+rY7eiqbJrLnJrmgdwZkV+HSOvZGnKEV4Y837UHn0BYcAckX8DiRl7gkrbZUPcpkQYHGy9bMmXO+tUuxLM0wBrzvGcPPZ azacsnap@db2-02" >> ~ /.ssh/authorized_keys
219
219
```
220
220
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.
222
222
223
223
``` bash
224
224
ssh < InstanceUser> @< ServerAddress>
You can’t perform that action at this time.
0 commit comments