26 | | To solve log in to the Cylc VM and then back to the Rose VM specifying the full paths, to add these to the known_hosts file. |
| 26 | To solve, log in to the Cylc VM and then back to the Rose VM specifying the full paths, to add these to the known_hosts file. |
| 27 | |
| 28 | 1. Check whether exvmscylc or exvmsrose appear in the known_hosts file already. If so delete these entries, especially if you accessed the VMs before their rebuild: |
| 29 | {{{ |
| 30 | cd .ssh |
| 31 | mv known_hosts known_hosts.OLD |
| 32 | sed '/^exvmsrose/d;/exvmscylc/d' known_hosts.OLD > known_hosts |
| 33 | }}} |
| 34 | |
| 35 | 2. Now from exvmsrose, ssh into exvmscylc using the full path: |
| 36 | {{{ |
| 37 | ssh exvmscylc.monsoon-metoffice.co.uk |
| 38 | }}} |
| 39 | This should provide output something like this: |
| 40 | {{{ |
| 41 | The authenticity of host 'exvmscylc.monsoon-metoffice.co.uk (10.168.64.4)' can't be established. |
| 42 | RSA key fingerprint is 98:c8:5e:b9:b3:d2:2f:c4:9c:89:78:08:d6:78:70:3a. |
| 43 | Are you sure you want to continue connecting (yes/no)? |
| 44 | }}} |
| 45 | Type {{{yes}}}. |
| 46 | |
| 47 | 3. Now from exvmscylc, log in to exvmsrose using the full path: |
| 48 | {{{ |
| 49 | ssh exvmsrose.monsoon-metoffice.co.uk |
| 50 | }}} |
| 51 | And again type {{{yes}}} at the prompt. |
| 52 | |
| 53 | 4. Type {{{exit}}} to get back to the Rose VM, then ssh into exvmsrose again, and this should succeed without any interative prompts. |
| 54 | |
| 55 | 5. Now type exit twice to get back to the original Rose terminal. And try re-submitting the rose suite. |