How to use SFTP with AWS Keys.
sftp -i "yourkey" ec2-user@your-server |
To copy files to server. File will copied to user’s home directory.
sftp> put file.txt . |
cloud engineer
How to use SFTP with AWS Keys.
sftp -i "yourkey" ec2-user@your-server |
sftp -i "yourkey" ec2-user@your-server
To copy files to server. File will copied to user’s home directory.
sftp> put file.txt . |
sftp> put file.txt .