mirror of
https://github.com/Termix-SSH/Termix.git
synced 2026-07-17 05:43:36 +00:00
refactor(ssh): consolidate four jump-host chain copies into one module
terminal, host-metrics and docker now use ssh/jump-host-chain.ts (already shared by file-manager, tmux-monitor and docker-console); docker's inline copy also drops its raw SimpleDBOps host/credential lookups in favor of repositories.
This commit is contained in:
@@ -19,7 +19,7 @@ import {
|
||||
import { SSHAuthManager } from "./auth-manager.js";
|
||||
import type { ProxyNode } from "../../types/index.js";
|
||||
import { SSHHostKeyVerifier } from "./host-key-verifier.js";
|
||||
import { createJumpHostChain } from "./terminal-jump-hosts.js";
|
||||
import { createJumpHostChain } from "./jump-host-chain.js";
|
||||
import { sessionManager } from "./terminal-session-manager.js";
|
||||
import {
|
||||
detectTmux,
|
||||
|
||||
Reference in New Issue
Block a user