From a35db2e05d3a3e035724650099cf02f0162657bb Mon Sep 17 00:00:00 2001 From: Andrew Woodlee Date: Thu, 20 Jul 2023 21:22:03 -0500 Subject: [PATCH] make remote commands run and not fail if an SSH session failed to be created --- .changes/v0.3.1.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .changes/v0.3.1.md diff --git a/.changes/v0.3.1.md b/.changes/v0.3.1.md new file mode 100644 index 0000000..7c5a1c5 --- /dev/null +++ b/.changes/v0.3.1.md @@ -0,0 +1,3 @@ +## v0.3.1 - 2023-07-20 +### Changed +* If an SSH session failed to be created, the command would fail. This would be caused when restarting the SSH host. The SSH connection is attempted to be created again. If successful, the command is executed normally.