From efc8f569914e13172f658c9e20f3d6aa1239312c Mon Sep 17 00:00:00 2001 From: Thomas Schneider <thomas@fsmpi.rwth-aachen.de> Date: Sat, 27 Jun 2020 17:04:51 +0200 Subject: [PATCH] lvm-snapshots: Fix ssh config --- lvm-snapshots/files/ssh-config.lvm-snapshots | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lvm-snapshots/files/ssh-config.lvm-snapshots b/lvm-snapshots/files/ssh-config.lvm-snapshots index 882666b..dd6434a 100644 --- a/lvm-snapshots/files/ssh-config.lvm-snapshots +++ b/lvm-snapshots/files/ssh-config.lvm-snapshots @@ -1,4 +1,4 @@ Host git.fsmpi.rwth-aachen.de HostName git.fsmpi.rwth-aachen.de User git -IdentityFile lvm-snapshots.key +IdentityFile ~/.ssh/lvm-snapshots.key -- GitLab