Wednesday, May 6, 2015

SFTPconnection using RSA public key

Password encrypted RSA public key file can be used to authenticate user access to FTP server. Following SFTP command describes how to create secure connectivity using RSA public key with SFTP server.

sftp -o IdentityFile=/home/sujith/.ssh/id_rsa_pub_key sujith@192.168.1.23

I tried this on Linux server and worked fine.

No comments:

Post a Comment