Implement basic ssh bridge

This commit is contained in:
crschnick
2024-08-12 17:49:55 +00:00
parent 41f71d45a7
commit 20206b6263
8 changed files with 332 additions and 15 deletions
+1
View File
@@ -154,5 +154,6 @@ open module io.xpipe.app {
AskpassExchangeImpl,
TerminalWaitExchangeImpl,
TerminalLaunchExchangeImpl,
SshLaunchExchangeImpl,
DaemonVersionExchangeImpl;
}