[dak/master] and another path fix
pipes not in home (non-existant),
keys not in ssh/
---
config/homedir/ssh/usper-config | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/config/homedir/ssh/usper-config b/config/homedir/ssh/usper-config
index 9b0804f..af2a983 100644
--- a/config/homedir/ssh/usper-config
+++ b/config/homedir/ssh/usper-config
@@ -10,10 +10,10 @@ StrictHostKeyChecking yes
PasswordAuthentication no
BatchMode yes
ControlMaster auto
-ControlPath ~/.ssh-pipe_%n
+ControlPath /srv/upload.debian.org/s3kr1t/.ssh-pipe_%n
ControlPersist yes
Host queue-coccia
Hostname coccia.debian.org
User dak
- IdentityFile /srv/upload.debian.org/s3kr1t/ssh/sync_queuedirs
+ IdentityFile /srv/upload.debian.org/s3kr1t/sync_queuedirs
--
2.1.4
Reply to: