Hello,
i have downloaded the new image for USBArmory 2.1 at :
https://images.offensive-security.co...-2.1-usbarmory then, even with DD (linux) or Win32ImageWriter (Windows) i boot up the key and try to login ssh with root:toor i get the :
ssh [email protected]
[email protected]'s password:
Permission denied, please try again.
[email protected]'s password:
Permission denied, please try again.
[email protected]'s password:
Permission denied (publickey,password).
any ideas ? i also have tried to building the image with the script provided here by offensive security at :
https://github.com/offensive-securit...ld-scripts.git
but i get the same output
ssh [email protected]
[email protected]'s password:
Permission denied, please try again.
[email protected]'s password:
Permission denied, please try again.
[email protected]'s password:
Permission denied (publickey,password).
Then i rebuilded the img by commented the line:
#echo "Making the image insecure"
#sed -i -e 's/PermitRootLogin without-password/PermitRootLogin yes/' /etc/ssh/sshd_config
but getting the same result.
ssh [email protected]
[email protected]'s password:
Permission denied, please try again.
[email protected]'s password:
Permission denied, please try again.
[email protected]'s password:
Permission denied (publickey,password).
Anyone tried this new img yet ? the v 2.0 were function perfectly and was able to log in without a problem
Thanks