feat: wpop sync
This commit is contained in:
@@ -68,6 +68,8 @@ export function sshArgs(config: PreparedSsh): string[] {
|
||||
`UserKnownHostsFile=${config.knownHostsFile}`,
|
||||
"-o",
|
||||
"GlobalKnownHostsFile=/dev/null",
|
||||
"-o",
|
||||
"LogLevel=ERROR",
|
||||
];
|
||||
|
||||
if (config.identityFile) {
|
||||
|
||||
Reference in New Issue
Block a user