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
feat(ec2): dry run connection script to surface errors earlier. (#6037)
## Problem
Follow up to
#6018 (comment)
## Solution
- Run `ssh` within the same env as it will be run on real connection.
- Log any resulting errors, and inform user where the process failed.
- Also part of this PR is moving some functions to `remoteSession.ts`
that are general enough to be there.
Error msg:
<img width="1518" alt="Screenshot 2024-11-15 at 5 53 51 PM"
src="https://github.com/user-attachments/assets/e8e56887-b792-43e3-9d94-73d0e5246766">
---
<!--- REMINDER: Ensure that your PR meets the guidelines in
CONTRIBUTING.md -->
License: I confirm that my contribution is made under the terms of the
Apache 2.0 license.
---------
Co-authored-by: Justin M. Keyes <[email protected]>
0 commit comments