We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7046d05 commit 6cc64b4Copy full SHA for 6cc64b4
apps/dokploy/server/wss/terminal.ts
@@ -72,6 +72,8 @@ export const setupTerminalWebSocketServer = (
72
"StrictHostKeyChecking=no",
73
"-i",
74
privateKey,
75
+ "-p",
76
+ `${server.port}`,
77
`${server.username}@${server.ipAddress}`,
78
];
79
const ptyProcess = spawn("ssh", sshCommand.slice(1), {
0 commit comments