Hi All Does anyone here done the File transfer to ...
# suitescript
d
Hi All Does anyone here done the File transfer to Bank Server through SFTP module?without passwordGuid?
b
did you mean via username/private key?
d
right?
b
sftp authentication works via a traditional username/password
d
I need to generate keyId by using private key file is it?
b
or username/private key
which are you trying to use
d
username/private key
b
have you already generated the private key and public key
d
no
b
do you control the sftp server?
d
no I don't have the control of Server
as that is bank server they provide us SSH key
and username
b
your bank is doing it backwards if they give you your private key
that said, did they give you a private key?
d
No
should i ask for it?
b
as i said, your bank is doing it backwards if they give you the private key
check with the bank to see how they manage credentials
its largely their choice
d
they not providing the password
there is only 2 way right?
1. PasswordGUID or KeyId
?
b
basically, there are some minor variations involving anonymous logins
i would not expect a bank to use those
you should be asking the bank how they want to setup authentication
they have control over this process
if they use usernames/password, they will have a process for giving you that information
d
they were said you can access though SSH key
b
if they use usernames/private keys, they will have a process for that
ssh keys work as a pair
a private key, and a public key
you have the private key, they get the public key
d
ok I will check this in details
b
you need to give them a public key for you to successfully authenticate
d
Thank you very much for you time