This commit is contained in:
parent
2a7d445f3a
commit
21fa3ba07b
1 changed files with 24 additions and 0 deletions
|
@ -0,0 +1,24 @@
|
|||
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…
Add table
Reference in a new issue