cancel
Showing results for 
Search instead for 
Did you mean: 

SFTP

Former Member
0 Kudos

Hi

After searching through forums, I understood that SFTP works like below.

**************************************************************************************************

XI doesnot support sftp. If We want to send a file using sftp we should write an OS script where you will have all the parameters which connects to the FTP site and do the FTP. Then in XI you can call this script before or after message processing. Once when you call this script the commands in the script get executed. You should pass your input parameter from XI to script ie., the file which you want to send.

*************************************************************************************************

But even there was a talk about "SSH Key", which we should use during SFTP Implementation.

1. What is this SSH Key ??

2. Since unix script is used to transfer the files, why we need this "SSH Key".

3. whether unix script will send this key to target ftp server for authentication ??

4. How to generate and who will generate this "SSH Key".

5. In what way it is different from SSL certificate ??

6. Where will we store this "SSH Key" during implementation ??

thanks

kumar

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

http://pkeck.myweb.uga.edu/ssh/

Hi

1. What is this SSH Key ??

Secure Shell - If you are going to connect to a remote host computer using public-key authentication, you will have to generate your key pair before connecting.

2. Since unix script is used to transfer the files, why we need this "SSH Key".

for authentication

3. whether unix script will send this key to target ftp server for authentication ??

Yes

4. How to generate and who will generate this "SSH Key".

Unix operated on SSH refer

http://sial.org/howto/openssh/publickey-auth/

5. In what way it is different from SSL certificate ??

You can generate SSL certificate for your server that certificate need to be installed on the connecting system. Mostly we used signed certificates from authorities like Verisign thay provide certificates and we install them on system to communicate

6. Where will we store this "SSH Key" during implementation ??

Unix Kerberos level

refer

http://sial.org/howto/openssh/publickey-auth/

Thanks

Gaurav

Answers (0)