Commit 4a4331a
committed
build: add SSH options to sftp
Pass -o PubkeyAuthentication=no -o PreferredAuthentications=password
to sftp so SSH skips pubkey entirely and goes straight to the password
exchange.
Signed-off-by: Daniel Wagner <[email protected]>1 parent e5bfcf0 commit 4a4331a
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
86 | 89 | | |
87 | 90 | | |
88 | 91 | | |
| |||
0 commit comments