Your EC2 box only contain .pem auth to enable password authentication follow the steps By default your ec2 box come with .pem authentication, once you create your user and password for that user you can’t able to login with that credentials because EC2 by default disables that functionality. Edit ssh config file by below command $ sudo vim /etc/ssh/sshd_config Search for PasswordAuthentication setting and setit to yes PasswordAuthentication yes Restart ssh server $sudo /etc/init.d/ssh reload
While Robolectric met a lot of my requirements I had the need for a powerful mocking framework and Moviles android decided to use PowerMock(ito). It's a really powerful framework but I wasn't able to use it together with Robolectric since both do a lot of classloader and byte code transformation magic.
ReplyDelete