[ksshaskpass] [Bug 488723] ksshaskpass fails to ask

2024-06-28 Thread flintfire
https://bugs.kde.org/show_bug.cgi?id=488723 --- Comment #4 from flintfire --- I think it's important to restore that in the attachment above described functionality (execution of a rsync script on Leap 15.5) in the new Leap 15.6. -- You are receiving this mail because: You are watching all bug

[ksshaskpass] [Bug 488723] ksshaskpass fails to ask

2024-06-28 Thread flintfire
https://bugs.kde.org/show_bug.cgi?id=488723 --- Comment #3 from flintfire --- Created attachment 171121 --> https://bugs.kde.org/attachment.cgi?id=171121=edit rsync script on Leap 155 shows on a fresh & default Leap 155 installation how easy & practical & quick it was to execute a "rsync -e

[ksshaskpass] [Bug 488723] ksshaskpass fails to ask

2024-06-23 Thread flintfire
https://bugs.kde.org/show_bug.cgi?id=488723 --- Comment #2 from flintfire --- It's a ksshask problem. Becaus this script WORKS: ... #!/bin/bash # rsync -r -p -t -e "sshpass -p PASSWORD ssh -l USER" /home/user/Test/ user@192.168.1.20::BackUp/ # exit ... Before you can use this script you need to

[ksshaskpass] [Bug 488723] ksshaskpass fails to ask

2024-06-23 Thread flintfire
https://bugs.kde.org/show_bug.cgi?id=488723 --- Comment #1 from flintfire --- C) Script 1. Script ... #!/bin/bash # rsync -r -p -t -e ssh /home/user/Test/ user@192.168.1.20::BackUp/ # exit ... 2. execute as user 3. Error: Permission denied. No asking for putting in pw or even when pw are already