diff options
author | https://www.google.com/accounts/o8/id?id=AItOawlYziqspADKgTfzHnQvD9DmNG6OycIoEh4 <Andreas@web> | 2012-11-09 13:37:20 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2012-11-09 13:37:20 +0000 |
commit | 25431303c4d86d5e3587cd6db1b9b9c984967412 (patch) | |
tree | 0667954ce06edd85f84cee9d447b441ddfa789ae | |
parent | 3b0fe55661fbf42ae9531af275de44b1832a4da2 (diff) |
-rw-r--r-- | doc/bugs/can_not_add_ssh_remote_to_assistant_with___34__host:port__34___syntax.mdwn | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/doc/bugs/can_not_add_ssh_remote_to_assistant_with___34__host:port__34___syntax.mdwn b/doc/bugs/can_not_add_ssh_remote_to_assistant_with___34__host:port__34___syntax.mdwn new file mode 100644 index 000000000..9118a6c26 --- /dev/null +++ b/doc/bugs/can_not_add_ssh_remote_to_assistant_with___34__host:port__34___syntax.mdwn @@ -0,0 +1,27 @@ +What steps will reproduce the problem? + +* Start the assistant +* try to add a remote server (ssh) which is not on port 22. E.g. using myhost:1234 +* after a rather long time the connection fails + + +What is the expected output? What do you see instead? + +it would be nice if this syntax was supported, or if an (optional) port field was provided. +second best solution: inform the user that "myhost:1234" is not the expected format. +third best solution (already in place) fail with "some error message". + + + + +What version of git-annex are you using? On what operating system? + +3.20121016 on Ubuntu 12.04 (in future maybe also on home nas with wheezy) + + +Please provide any additional information below. + +Thanks for a nice program and all your work on debian! +this is not really a bug more of a wishlist feature. + + |