wpacket / pan-aws-cf

A Cloud Formation template for Palo Alto Networks firewall in AWS
2 stars 1 forks source link

Credentials provided in ReadMe not recognized #1

Open johndcubed opened 2 years ago

johndcubed commented 2 years ago

When the Palo Alto comes up, the credentials provided in the ReadMe/bootstrap.xml are not recognized, either via WebGUI or SSH.

$ ssh admin@44.210.186.21 Warning: Permanently added '44.210.186.21' (RSA) to the list of known hosts. (admin@44.210.186.21) Password: (admin@44.210.186.21) Password: (admin@44.210.186.21) Password: Received disconnect from 44.210.186.21 port 22:2: Too many authentication failures Disconnected from 44.210.186.21 port 22

image

I made no changes to the any of the files or AMIs associated with this repo. Any thoughts or recommendations would be greatly appreciated!

johndcubed commented 2 years ago

Alternatively, is there a way in the bootstrap.xml config to allow for default PA credentials (e.g. admin::admin) or to allow for SSH authentication to take place with the key pair designated in the stack creation process? In that way, allow the user to override the pre-set password if found to run into the same issue?