mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-04-29 11:48:52 +00:00
Update README.md
This commit is contained in:
parent
76ec8ae20e
commit
a5856082c8
1 changed files with 3 additions and 3 deletions
|
@ -49,17 +49,17 @@ For other OSes and Distros have a look at the official [Ansible Documentation](h
|
||||||
Agent Forwarding must be enabled in order to let Ansible do its work.
|
Agent Forwarding must be enabled in order to let Ansible do its work.
|
||||||
- On Linux or macOS:
|
- On Linux or macOS:
|
||||||
- Create or edit `~/.ssh/config`
|
- Create or edit `~/.ssh/config`
|
||||||
- If you execute the script remotely on your Ansible Master Server:
|
- If you run the Ansible Playbook remotely on your Ansible Master Server:
|
||||||
```
|
```
|
||||||
Host ANSIBLE_MASTER_IP
|
Host ANSIBLE_MASTER_IP
|
||||||
ForwardAgent yes
|
ForwardAgent yes
|
||||||
```
|
```
|
||||||
- If you execute the script locally, enable it for all hosts, as this includes newly generated T-Pots:
|
- If you run the Ansible Playbook locally, enable it for all hosts, as this includes newly generated T-Pots:
|
||||||
```
|
```
|
||||||
Host *
|
Host *
|
||||||
ForwardAgent yes
|
ForwardAgent yes
|
||||||
```
|
```
|
||||||
- On Windows using Putty:
|
- On Windows using Putty for connecting to your Ansible Master Server:
|
||||||

|

|
||||||
|
|
||||||
<a name="preparation"></a>
|
<a name="preparation"></a>
|
||||||
|
|
Loading…
Reference in a new issue