Sasisri1994

Results 5 comments of Sasisri1994

This code runs in AWS lambda hence we dont store host keys. Since its lambda, a hostKey change at the server side shouldn't have affected the connectivity. Its to be...

I did try with ssh2 directly and it also errors out. Below are the logs ``` INFO Try ssh2 INFO Custom crypto binding not available INFO Local ident: 'SSH-2.0-ssh2js1.16.0' INFO...

yeah i meant the below sftp command works on the same server. `sftp -vvv user@server` Meanwhile will check if i can get the host keys. And I believe by host...

we are using password auth to connect with the server not key based auth. So how does privatekey help here? Also this sftp server is not something we own

Correct me if i am wrong. So you wanted to do a ssh-keygen from within the sftp server and share the privateKey part of it?