summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar divB <divB@web>2014-07-10 03:05:09 +0000
committerGravatar admin <admin@branchable.com>2014-07-10 03:05:09 +0000
commit1ad7eaa4661472cd280e4121acbdb280450c7a87 (patch)
tree04d205ff675969c74e6c429585746fe7f1e4529c
parent8e70f5748fee4bc55a4e48e60ac52dfb11590bd0 (diff)
-rw-r--r--doc/forum/Restricting_SSH_+_supply_key.mdwn7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/forum/Restricting_SSH_+_supply_key.mdwn b/doc/forum/Restricting_SSH_+_supply_key.mdwn
new file mode 100644
index 000000000..59dd72fdc
--- /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!