doc: leave note about ssh adapter limitations

This commit is contained in:
Steven Arcangeli 2023-01-08 23:34:31 -08:00
parent ab5358c4f6
commit 1bc25cf25b
2 changed files with 3 additions and 5 deletions

View file

@ -57,6 +57,8 @@ function SSHConnection.new(url)
"/bin/bash",
"--norc",
"-c",
-- HACK: For some reason in my testing if I just have "echo READY" it doesn't appear, but if I echo
-- anything prior to that, it *will* appear. The first line gets swallowed.
"echo '_make_newline_'; echo '===READY==='; exec /bin/bash --norc",
}
local self = setmetatable({