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
When redsolver was running the setup-initial script he was getting the following error:
PLAY [Setup basic security by root] *******************************************************
TASK [Gather ansible facts on demand] *****************************************************
fatal: [red1]: UNREACHABLE! => {
"changed": false,
"unreachable": true
}
MSG:
Failed to connect to the host via ssh: Bad owner or permissions on /root/.ssh/config
NO MORE HOSTS LEFT ************************************************************************
PLAY RECAP ********************************************************************************
red1 : ok=5 changed=2 unreachable=1 failed=0 skipped=1 rescued=0 ignored=0
ERROR: Error 2
They have a YubiKey that signs their ssh.
They were able to resolve the issue by removing the following line from the ansible-executor.sh docker run command.
-v ~/.ssh:/root/.ssh:ro \
To Reproduce
Expected behavior
Screenshots
Version Information (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered:
Describe the bug
When redsolver was running the setup-initial script he was getting the following error:
They have a YubiKey that signs their ssh.
They were able to resolve the issue by removing the following line from the
ansible-executor.sh docker run
command.To Reproduce
Expected behavior
Screenshots
Version Information (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: