mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-06-30 11:35:22 +02:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
727e50648e | ||
|
|
0b2b20caeb | ||
|
|
6cc64b4454 |
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "dokploy",
|
"name": "dokploy",
|
||||||
"version": "v0.9.2",
|
"version": "v0.9.3",
|
||||||
"private": true,
|
"private": true,
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
|||||||
@@ -72,6 +72,8 @@ export const setupTerminalWebSocketServer = (
|
|||||||
"StrictHostKeyChecking=no",
|
"StrictHostKeyChecking=no",
|
||||||
"-i",
|
"-i",
|
||||||
privateKey,
|
privateKey,
|
||||||
|
"-p",
|
||||||
|
`${server.port}`,
|
||||||
`${server.username}@${server.ipAddress}`,
|
`${server.username}@${server.ipAddress}`,
|
||||||
];
|
];
|
||||||
const ptyProcess = spawn("ssh", sshCommand.slice(1), {
|
const ptyProcess = spawn("ssh", sshCommand.slice(1), {
|
||||||
|
|||||||
Reference in New Issue
Block a user