http://bugzilla.opensuse.org/show_bug.cgi?id=1207402 http://bugzilla.opensuse.org/show_bug.cgi?id=1207402#c5 --- Comment #5 from flint fire <firelink@bluewin.ch> --- (In reply to Fabian Vogt from comment #4)
(In reply to flint fire from comment #3)
(In reply to Fabian Vogt from comment #2)
Is $SSH_ASKPASS set?
Where should that be set? In grsync.ini?
As environment variable.
Does it work with SSH_ASKPASS=/usr/libexec/ssh/ssh-askpass rsync -r -t -v --progress -e ssh <source> <dest>?
In the file: /etc/sysconfig/ssh I added & tested the following settings/lines (one after one): 1) SSH_ASKPASS=/usr/libexec/ssh/ssh-askpass -did not work. I think "ssh-askpass" was installed by me and is not in the default installation, because it simply points to ksshaskpass. 2) SSH_ASKPASS=/usr/libexec/ssh/ksshaskpass - did not work. 3) SSHD_ASKPASS=/usr/libexec/ssh/ksshaskpass - did not work. I thought it's worth a try. 4) SSHD_ASKPASS=/usr/libexec/ssh/ssh-askpass -did not work. I thought it's worth a try. To be sure I did a restart after every change of /etc/sysconfig/ssh. On an older pc, I also have Leap 15.4 installed. There the sync with grsync and "-e ssh" works just fine. But on that linux in the file /etc/sysconfig/ssh there is no special/additional setting or line existing, so could it be that we are at the wrong spot? -- You are receiving this mail because: You are on the CC list for the bug.