-1

I have configured a new user with password and then tried to connect to is over SFTP using WinSCP but it says permission denied.

I am using Ubuntu 16.04. Can someone help?

DiskJunky
  • 4,750
  • 3
  • 37
  • 66

1 Answers1

0

Use the username as per the OS, for ubuntu LTS the user name is ubuntu. So the command is :

sftp -i /path/your-key.pem ubuntu@aws-public-ip-address

gdb007
  • 21
  • 4