Hello, Has anyone ever tried to establish SFTP co...
# suitescript
s
Hello, Has anyone ever tried to establish SFTP connection with SSH Key authentication in Netsuite?
b
will probably end up being easier than the username/password
s
Thanks for responding @battk Actually we are successful with the username/passwordGUID but my client requirement is SSH Key authentication.
b
its easier since the directions for SSH Keys for SFTP involve uploading the key, and then you simply set the keyId in the connection
s
Can you please explain bit more... Without using PasswordGUID I need to make connection to SFTP with SSH key and upload file.
b
do you have a ssh key?
s
No
😫 1
b
which operating system are you using
s
Windows 10
b
you may wish to check with whoever maintains the sftp server for what options they accept
upload the private key to netsuite using the instructions i linked earlier
give the public key to the sftp server maintainer
s
Thank you so much for the info will try these options and get back to you if any help needed.