From 85ae4ce94cc7f358638a7f379f0df3b788171d24 Mon Sep 17 00:00:00 2001 From: divB Date: Thu, 10 Jul 2014 03:05:09 +0000 Subject: [PATCH] --- doc/forum/Restricting_SSH_+_supply_key.mdwn | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 doc/forum/Restricting_SSH_+_supply_key.mdwn diff --git a/doc/forum/Restricting_SSH_+_supply_key.mdwn b/doc/forum/Restricting_SSH_+_supply_key.mdwn new file mode 100644 index 0000000000..59dd72fdc6 --- /dev/null +++ b/doc/forum/Restricting_SSH_+_supply_key.mdwn @@ -0,0 +1,7 @@ +Just two very simple questions: + +1.) Is there a way to restrict the SSH key for git annex by supplying a command= ? Even better, is it also possible to supply a directory in which the repository is? (I do not want chroot - too complicated but a soft check would be sufficient for me). + +2.) Can I tell git and git-ssh which pubkey to use WITHOUT changing system-/user wide config (e.g.., .ssh/*)? If it is indeed not possible, what's the best way to do it in Windows? + +Thanks!