| Summary: | ksshaskpass fails to ask | ||
|---|---|---|---|
| Product: | [Applications] ksshaskpass | Reporter: | flintfire <firelink> |
| Component: | general | Assignee: | Jeremy Whiting <jpwhiting> |
| Status: | REPORTED --- | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | git-stable-Plasma/6.1 | ||
| Target Milestone: | --- | ||
| Platform: | Neon | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | rsync script on Leap 155 | ||
|
Description
flintfire
2024-06-19 10:13:08 UTC
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 stored in kwallet no auto login to BackUp possible. 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 install "sshpass" (not in default installation). Created attachment 171121 [details]
rsync script on Leap 155
shows on a fresh & default Leap 155 installation how easy & practical & quick it was to execute a "rsync -e ssh" script.
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. |