diff options
author | heqnx <root@heqnx.com> | 2025-05-25 08:47:26 +0300 |
---|---|---|
committer | heqnx <root@heqnx.com> | 2025-05-25 08:47:26 +0300 |
commit | e905a6a60ceb43ef2bfa8f0f61c23630955caf1f (patch) | |
tree | 58a16d967c63d1d3a7876e0439e4cff34538e083 | |
parent | 9d9934e08d688973d2f91be469cff7a4f8081072 (diff) | |
download | ansible-playbooks-e905a6a60ceb43ef2bfa8f0f61c23630955caf1f.tar.gz ansible-playbooks-e905a6a60ceb43ef2bfa8f0f61c23630955caf1f.zip |
set to only use scp
-rw-r--r-- | attackbox/ansible.cfg | 3 | ||||
-rw-r--r-- | sliver-c2/ansible.cfg | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/attackbox/ansible.cfg b/attackbox/ansible.cfg new file mode 100644 index 0000000..8395bb7 --- /dev/null +++ b/attackbox/ansible.cfg @@ -0,0 +1,3 @@ +[ssh_connection] +;scp_if_ssh = true +transfer_method = scp diff --git a/sliver-c2/ansible.cfg b/sliver-c2/ansible.cfg new file mode 100644 index 0000000..8395bb7 --- /dev/null +++ b/sliver-c2/ansible.cfg @@ -0,0 +1,3 @@ +[ssh_connection] +;scp_if_ssh = true +transfer_method = scp |