on ‎2019 Mar 15 11:39 AM
Hi Experts,
We are planning to interface third party SFTP server by sending the files in secured manner(without PGP encryption). As per the standard SFTP adapter and SSH Protocol, connection and data are encrypted during the file transfer using secured tunnel.
Will the SFTP adapter use a default encryption if don't PGP encryption? Will SFTP use SSH server default encryption to encrypt data sent from SFTP adapter? we understand SFTP supports multiple encryption, But does SFTP use a default encryption when we are not using PGP encryption in Interface?
Regards,
Rosh
Request clarification before answering.
Please go through SAP Note: 2344454 which has the list of encryption algo (CIPHER) supported by SFTP adapter. But However i don't thik there is option in PI to select particular algo from one of those , this is usually identified by the SFTP server settings automatically.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks!
We are looking SSH-Tunnel and do not want to go for PGP encryption. How does SFTP chooses the CIPHERS(encryption algorithm) for SSH-Tunnel?. Does SFTP calls for any specific CIPHERS or does it uses SSH default CIPHERS?
regards,
Rosh
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Rosh ,
The encryption which you are talking is about SSH-Tunel with 3DES or other also and not the data, SFTP encrypts the "connection" between you and the server and later the data is transferred via that tunnel. If you want to actually encrypt the "data" that is being sent then you may go for PGP.
Br,
Manoj
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If you don't use PGP in addition to your SFTP, there will not be any "default message encryption". If you want your message to be encrypted as well (say a file which you want to be encrypted and sent to third party) then you need to add PGP encryption in addition to your SFTP communication.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 15 | |
| 9 | |
| 6 | |
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.