Skip to content

Commit

Permalink
Bump ssh2-sftp-client lib
Browse files Browse the repository at this point in the history
  • Loading branch information
A3a3e1 authored Jul 25, 2024
1 parent 728df3e commit ac79d9f
Show file tree
Hide file tree
Showing 6 changed files with 69 additions and 66 deletions.
10 changes: 0 additions & 10 deletions .circleci/build_slug.sh

This file was deleted.

4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.7.2 (July 25, 2024)
* Updated ssh2-sftp-client to 10.0.3 to fix the issue [All configured authentication methods failed ](https://github.com/mscdex/ssh2/issues/1277).
[Link to the Eio issue](https://github.com/elasticio/sftp-component/issues/133)

## 1.7.1 (July 02, 2024)
* Super minor test fix
* Update Sailor version to 2.7.2
Expand Down
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,16 @@ Name|Mandatory|Description|Values|
* **Host** - (string, required): Host name of SFTP server
* **Port** - (number, optional, defaults to 22): Port of SFTP server
* **User Name** - (string, required): Username for SFTP server
* **Password** - (string, optional): Password for SFTP server
* **Note**: field `Password` should be empty in case you fill a `Private Key`
* **Private Key** - (string, optional): To access a secure SFTP servers that is configured with a key-based authentication you must at first upload your `Public key` to the SFTP server (please contact your server administrator to do this) and fill in this field with your `Private key`
* **Password** - (string, optional): Password for SFTP server. Must stay empty in case you fill a private key field
* **Private Key** - (string, optional): To access a secure SFTP servers that is configured with a key-based authentication you must at first upload your `Public key` to the SFTP server (please contact your server administrator to do this) and fill in this field with your `Private key.
Must stay empty in case you fill a password key field.
The component has been tested with the following keys:
* rsa (Minimum allowed key length - 2048 bits, minimum recommended - 3072 bits)
* rsa-sha2-256
* rsa-sha2-512
* ed25519
* ecdsa
* **Passphrase** - (string, optional): If Private Key was created using passphrase, put it here
* **Note**: field `Private Key` should stay empty in case you fill a password

## Triggers

Expand Down
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"title": "SFTP",
"description": "Provides file access and transfer using SSH File Transfer Protocol",
"version": "1.7.1",
"version": "1.7.2",
"credentials": {
"fields": {
"host": {
Expand Down
104 changes: 54 additions & 50 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"elasticio-sailor-nodejs": "2.7.2",
"micromatch": "4.0.2",
"moment": "2.29.4",
"ssh2-sftp-client": "9.0.4"
"ssh2-sftp-client": "10.0.3"
},
"devDependencies": {
"bunyan": "1.8.14",
Expand Down

0 comments on commit ac79d9f

Please sign in to comment.