https://bugs.kde.org/show_bug.cgi?id=500360

[email protected] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REPORTED                    |CONFIRMED
     Ever confirmed|0                           |1
                 CC|                            |[email protected]

--- Comment #11 from [email protected] ---
I can confirm the same behaviour (sftp protocol).

After some fiddling I've been able to make it remember the SSH key passphrase,
but it requires the user to press on 'OK' when the prompt shows up.

1. Generate a key (ssh-keygen -t ed25519) and copy it to the server
(ssh-copy-id username@ip).

2. Set these two environment variables (and restart session):
```
SSH_ASKPASS=/usr/bin/ksshaskpass
SSH_ASKPASS_REQUIRE=prefer
```
3. Connect to a remote server using the "sftp://"; protocol, enter username and
use SSH key passphrase as the password. 

If you've connected to the remote using username/password in the past, you can
go in KWalletManager -> Passwords -> Maps -> sftp-remote and change password
value to SSH key passphrase.

Operating System: Fedora Linux 42
KDE Plasma Version: 6.4.3
KDE Frameworks Version: 6.16.0
Qt Version: 6.9.1
Kernel Version: 6.15.8-200.fc42.x86_64 (64-bit)
Graphics Platform: Wayland

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to