You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 30, 2025. It is now read-only.
Deploy example SSH hosts and configure its discoverability in PrivX
Try to connect to demo target, it would fail
The root cause of the error is old SSH key. The step 1 creates SSH key and imports the key to AWS. The step 2 do not removes this key from AWS. Step 4 creates a new role and new ssh key. However example SSH hosts uses old key, which is not associated with the new role.