users: Add SSH key

This commit is contained in:
PapaTutuWawa 2022-06-12 22:29:36 +02:00
parent 695b96ecfe
commit 136c3a2340

View File

@ -47,6 +47,11 @@
hostname = "codeberg.org"; hostname = "codeberg.org";
identityFile = "~/.ssh/codeberg_papatutuwawa"; identityFile = "~/.ssh/codeberg_papatutuwawa";
}; };
"collaborating.tuhh.de" = {
user = "git";
hostname = "collaborating.tuhh.de";
identityFile = "~/.ssh/gitlab_tuhh";
};
}; };
}; };