Skip to content
This repository has been archived by the owner on Mar 4, 2021. It is now read-only.

Commit

Permalink
ssh: fix known hosts path
Browse files Browse the repository at this point in the history
  • Loading branch information
arturtamborski committed Jun 3, 2019
1 parent b56999d commit 729b0ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/ssh/templates/ssh_config
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ Host *
GSSAPIAuthentication yes

StrictHostKeyChecking no
UserKnownHostsFile .ssh/known_hosts {{ ssh.config.self.path.split('/')[1:] | join('/') }}known_hosts
UserKnownHostsFile .ssh/known_hosts {{ ssh.move.known_hosts.dst.split('/')[1:] | join('/') }}

0 comments on commit 729b0ef

Please sign in to comment.