mirror of
https://github.com/easingthemes/ssh-deploy.git
synced 2025-05-01 12:10:42 -04:00
feat: build v3.0.2
This commit is contained in:
parent
8a5ca58984
commit
560607e336
2 changed files with 4 additions and 2 deletions
2
dist/index.js
vendored
2
dist/index.js
vendored
File diff suppressed because one or more lines are too long
|
@ -14,7 +14,9 @@ const {
|
|||
const defaultOptions = {
|
||||
ssh: true,
|
||||
sshCmdArgs: [
|
||||
`-o StrictHostKeyChecking=no -o HostKeyAlgorithms=${REMOTE_KEY_TYPES || '+ssh-rsa'} -o PubkeyAcceptedKeyTypes=${REMOTE_KEY_TYPES || '+ssh-rsa'}`,
|
||||
'-o StrictHostKeyChecking=no',
|
||||
`-o HostKeyAlgorithms=${REMOTE_KEY_TYPES || '+ssh-rsa'}`,
|
||||
`-o PubkeyAcceptedKeyTypes = ${REMOTE_KEY_TYPES || '+ssh-rsa'}`
|
||||
],
|
||||
recursive: true
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue