mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-06 23:24:01 +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"
|
||||
marker: "# {mark} ALGO MANAGED BLOCK {{ cloud_instance_ip|default(server_ip) }}"
|
||||
insertbefore: BOF
|
||||
create: yes
|
||||
block: |
|
||||
Host {{ cloud_instance_ip|default(server_ip) }}
|
||||
IdentityFile ~/.ssh/algo.pem
|
||||
|
|
Loading…
Add table
Reference in a new issue