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
PDC agent writes multiple files to the default ~/.ssh directory as part of its setup. When running multiple PDC agents to different stacks from the same machine, this can cause ssh key ovewrites unless the --ssh-key-path flag is used.
We can avoid this behaviour by default by adding the stackID and cluster value to the file names - including known hosts.
So, for stack 123 in region prod-us-east-0, instead of these:
PDC agent writes multiple files to the default
~/.ssh
directory as part of its setup. When running multiple PDC agents to different stacks from the same machine, this can cause ssh key ovewrites unless the--ssh-key-path
flag is used.We can avoid this behaviour by default by adding the stackID and cluster value to the file names - including known hosts.
So, for stack 123 in region prod-us-east-0, instead of these:
We should have something like:
The text was updated successfully, but these errors were encountered: