Merge branch 'master' of ssh://git-annex.branchable.com
This commit is contained in:
commit
65660e2516
5 changed files with 72 additions and 1 deletions
|
@ -0,0 +1,32 @@
|
|||
[[!comment format=mdwn
|
||||
username="robconnolly"
|
||||
ip="118.90.115.19"
|
||||
subject="comment 2"
|
||||
date="2012-12-06T02:29:56Z"
|
||||
content="""
|
||||
Hi Joey,
|
||||
|
||||
Thanks for your response. Here is the output:
|
||||
|
||||
[robert@laforge ~]$ ssh-keygen -P \"\" -f test; cat test.pub
|
||||
Generating public/private rsa key pair.
|
||||
Your identification has been saved in test.
|
||||
Your public key has been saved in test.pub.
|
||||
The key fingerprint is:
|
||||
84:43:aa:f0:ba:a7:f0:11:41:55:3b:c4:63:6a:71:e1 robert@laforge.enterprise
|
||||
The key's randomart image is:
|
||||
+--[ RSA 2048]----+
|
||||
| ...o=. |
|
||||
| . .==o |
|
||||
|. . .=E.. |
|
||||
| o oo + |
|
||||
| +. S |
|
||||
| . . |
|
||||
|o . |
|
||||
|.o.. |
|
||||
|oo. |
|
||||
+-----------------+
|
||||
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDIeitbarby1thLPEyVpeT/vDaWt0MJwLPvhT7TEZv0FedYalvz/mm3enULHiYdxkjWGBaO/EEzfmz5bjhoJx2tsqSLsUj/UZVv0LxsSfZwTrk0SPuUerzWvAJAXKvtPobDXJoAxsNvzSJN392BMOLKqcjAQTqPA3vd5+EjUVIgJxguz5poGrP0ZRMQD5LmsDrPGUWNJ/EHaVkrqGobAE4DVr8vhJTY41h5Gk2ipnzx+GD6CDZTSNFwl8RorjFAV3mYTTjHc2Cz7GxTLSmwF0+qFZ/UkiO2tD1M37Y4/cPLY7GpVfKvpPHTC8pJUpvj+B4uujHxvZkBJLLz9XhH9KsZ robert@laforge.enterprise
|
||||
|
||||
Let me know if you need any more info.
|
||||
"""]]
|
|
@ -0,0 +1,10 @@
|
|||
[[!comment format=mdwn
|
||||
username="http://joeyh.name/"
|
||||
ip="4.152.108.72"
|
||||
subject="comment 1"
|
||||
date="2012-12-05T17:00:21Z"
|
||||
content="""
|
||||
To map a remote, it needs to run `git config --list` on the remote, and the remote may be a non-git-annex git remote. So mapping does a regular ssh first, and cannot use annex.ssh-options (because that would dump it into git-annex-shell). If that fails, it *does* fall back to using git-annex-shell, and will then use annex.ssh-options.
|
||||
|
||||
So, not a bug, I believe.
|
||||
"""]]
|
Loading…
Add table
Add a link
Reference in a new issue