aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/Deasn__39__t_clean_up_ssh_keys_after_removing_remote_repo
diff options
context:
space:
mode:
authorGravatar http://joeyh.name/ <http://joeyh.name/@web>2013-06-25 18:20:05 +0000
committerGravatar admin <admin@branchable.com>2013-06-25 18:20:05 +0000
commit79f8371c20a8d621d531ad128789ab932f834f32 (patch)
treea692bfd83bb309ba21b5f08c42ce1242c6d222cd /doc/bugs/Deasn__39__t_clean_up_ssh_keys_after_removing_remote_repo
parentce31800d74990e6591e9976b0f10edb07a8b8ea8 (diff)
Added a comment
Diffstat (limited to 'doc/bugs/Deasn__39__t_clean_up_ssh_keys_after_removing_remote_repo')
-rw-r--r--doc/bugs/Deasn__39__t_clean_up_ssh_keys_after_removing_remote_repo/comment_1_88fbf70eae48484988dbb433a437c717._comment14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/bugs/Deasn__39__t_clean_up_ssh_keys_after_removing_remote_repo/comment_1_88fbf70eae48484988dbb433a437c717._comment b/doc/bugs/Deasn__39__t_clean_up_ssh_keys_after_removing_remote_repo/comment_1_88fbf70eae48484988dbb433a437c717._comment
new file mode 100644
index 000000000..84686f1e4
--- /dev/null
+++ b/doc/bugs/Deasn__39__t_clean_up_ssh_keys_after_removing_remote_repo/comment_1_88fbf70eae48484988dbb433a437c717._comment
@@ -0,0 +1,14 @@
+[[!comment format=mdwn
+ username="http://joeyh.name/"
+ ip="4.152.108.193"
+ subject="comment 1"
+ date="2013-06-25T18:20:05Z"
+ content="""
+It's true that deleting a ssh repository in the webapp does not delete any ssh keys that the webapp configured to access that repository. I'm a bit reluctant to try to clean it up entirely automatically, because the ssh configuration might have been manually altered, or might be used by another local repository. Particularly, if another local repo is set up to use the same ssh remote, the webapp will reuse the ssh key.
+
+> Create, delete and create again a new repo on remote ssh server with password auth.
+
+I tried doing this, and did not encounter any problem. Since the new repo had a different path on the ssh server, I simply ended up with two ssh keys configured in `~/.ssh/config` for two different repositories. The presence or absence of the first key did not affect the second key.
+
+I think you need to go into more detail about exactly what you did, or show the files in .ssh that were set up, so I can see what the actual problem is.
+"""]]