This version of the SSH and SFTP/SCP functions supports public key authentication.
Public key authentication for SSH, SFTP/SCP has been incorporated within the older version of David Freedman's original package called "SSH From Matlab (updated) + SFTP/SCP" (folder name "sshfrommatlab_12").
Mithila Nagendra (2021). SSH, SFTP/SCP from Matlab with Public Key Authentication (https://www.mathworks.com/matlabcentral/fileexchange/32098-ssh-sftp-scp-from-matlab-with-public-key-authentication), MATLAB Central File Exchange. Retrieved .
Inspired by: SSH From Matlab (updated) + SFTP/SCP
Inspired: SSH/SFTP/SCP For Matlab (v2)
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Create scripts with code, output, and formatted text in a single executable document.
The pem file contains the DSA or RSA private key. It is generally obtained from the server you are trying to connect to.
Hope this helps!
Probably it is a stupid question, but how do I create a pem file?