feat(runtime): add SSH command bridge
test / workspace (push) Successful in 12m10s

This commit is contained in:
Tom You
2026-07-09 00:20:43 -05:00
parent 6e08e0e7bc
commit fb5a02821e
6 changed files with 225 additions and 0 deletions
+16
View File
@@ -159,6 +159,22 @@
</div>
</section>
<section class="panel terminal-panel">
<div class="panel-heading">
<div>
<p class="eyebrow">SSH</p>
<h3>Run a remote command</h3>
</div>
<button id="run-ssh" class="primary" type="button">SSH run</button>
</div>
<div class="ssh-grid">
<input id="ssh-host" placeholder="host" value="example.com" />
<input id="ssh-user" placeholder="user optional" value="" />
<input id="ssh-command" placeholder="command" value="uptime" />
</div>
<pre id="ssh-output" class="runtime-output">SSH runtime is wired through system ssh with BatchMode and timeout.</pre>
</section>
<section class="panel feature-panel">
<div class="panel-heading">
<div>