removed
This commit is contained in:
parent
21fa3ba07b
commit
48215e96f7
1 changed files with 0 additions and 24 deletions
|
@ -1,24 +0,0 @@
|
|||
On a shared workstation / server, I have the following directories:
|
||||
|
||||
```
|
||||
~thing1/Projects/BerkeleyX
|
||||
~thing2/BerkeleyX
|
||||
```
|
||||
|
||||
`git annex list` works fine as `thing1` from the repo in `~thing2`. But the reverse demands the password for the SSH key coming from `~thing2` as `thing2`.
|
||||
|
||||
More specifically the following "Just Works (tm)":
|
||||
|
||||
```
|
||||
sudo su dav
|
||||
cd ~/Projects/BerkeleyX
|
||||
git annex list
|
||||
```
|
||||
|
||||
but the following asks for an SSH key password, and then doesn't work.
|
||||
|
||||
```
|
||||
sudo su dillon
|
||||
cd ~/BerkeleyX
|
||||
git annex list
|
||||
```
|
Loading…
Reference in a new issue