Some tweaks

This commit is contained in:
2024-12-21 22:14:24 -05:00
parent 2234f3df40
commit c964c67649
2 changed files with 4 additions and 2 deletions

View File

@@ -19,6 +19,7 @@ try {
var sshConfig = {
host: config.ssh?.host ?? "host.docker.internal",
port: config.ssh?.port ?? 22,
term: config.ssh?.term ?? "xterm",
username: config.ssh?.username,
};