mirror of
https://github.com/trailofbits/algo.git
synced 2025-08-02 10:53:01 +02:00
Use absolute path for identityfile in ssh config
This commit is contained in:
parent
027b1b8497
commit
e595f2f921
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@
|
|||
HostName {{ IP_subject_alt_name }}
|
||||
User {{ ansible_ssh_user }}
|
||||
Port {{ ansible_ssh_port }}
|
||||
IdentityFile {{ SSH_keys.private }}
|
||||
IdentityFile {{ SSH_keys.private | realpath }}
|
||||
KeepAlive yes
|
||||
ServerAliveInterval 30
|
||||
when: inventory_hostname != 'localhost'
|
||||
|
|
Loading…
Add table
Reference in a new issue