Commit 77a1c4d
authored
Patch ec2-connect script (#279)
## Description
The current script fails with an openssl issue
```
ubuntu@bastion:~$ ./ec2-connect.sh i-0b473ed23cdbe9ebd
Connecting to instance ubuntu@i-0b473ed23cdbe9ebd
OpenSSL version mismatch. Built against 30000020, you have 30500060
```
We're not totally sure what the issue is, but ankur had AI patch up the
script and this seems to work. See [slack
thread](https://braintrustdata.slack.com/archives/C08G0934WG1/p1781995810259459?thread_ts=1781741949.780009&cid=C08G0934WG1)
for more context.
<!-- Help the reviewer understand what you changed and what the expected
behavior is now -->
<!-- Include exact details of what customers need to do, or what they
should expect, if anything -->
## Testing
<!-- Describe how and what you tested. Include screenshots or videos as
needed -->
Tried in prod.1 parent a043e04 commit 77a1c4d
1 file changed
Lines changed: 31 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| 54 | + | |
54 | 55 | | |
| 56 | + | |
55 | 57 | | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
61 | 87 | | |
62 | 88 | | |
63 | 89 | | |
| |||
0 commit comments