mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-07 15:43:54 +02:00
ssh_config fix
This commit is contained in:
parent
d7d976784c
commit
eba04b3c91
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@
|
||||||
dest: "~/.ssh/config"
|
dest: "~/.ssh/config"
|
||||||
marker: "# {mark} ALGO MANAGED BLOCK {{ cloud_instance_ip|default(server_ip) }}"
|
marker: "# {mark} ALGO MANAGED BLOCK {{ cloud_instance_ip|default(server_ip) }}"
|
||||||
insertbefore: BOF
|
insertbefore: BOF
|
||||||
|
create: yes
|
||||||
block: |
|
block: |
|
||||||
Host {{ cloud_instance_ip|default(server_ip) }}
|
Host {{ cloud_instance_ip|default(server_ip) }}
|
||||||
IdentityFile ~/.ssh/algo.pem
|
IdentityFile ~/.ssh/algo.pem
|
||||||
|
|
Loading…
Add table
Reference in a new issue