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: README.md
+12-12Lines changed: 12 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -56,33 +56,33 @@ Before running the playbook implementing our modules and roles for IBM MQ:
56
56
1. Check if you have an *ssh* key pair in order to access the target machines via Ansible. Go to the `~/.ssh` directory in your machine and look for the `id_rsa` and `id_rsa.pub` files.
57
57
58
58
```shell
59
-
$ cd ~/.ssh
59
+
cd ~/.ssh
60
60
```
61
61
62
62
2. If those two files are not in your `ssh` directory, you need to generate `id_rsa` and `id_rsa.pub` with the following command:
63
63
64
64
```shell
65
-
$ ssh-keygen
65
+
ssh-keygen
66
66
```
67
67
68
68
3. Once the keys have been generated, these need to be copied to the target machine's user `ssh` directory.
0 commit comments