[kio-extras] [Bug 504148] Can't establish an SFTP connection over KIO

2025-11-14 Thread Alex Hermann
https://bugs.kde.org/show_bug.cgi?id=504148

Alex Hermann  changed:

   What|Removed |Added

 CC||[email protected]

--- Comment #6 from Alex Hermann  ---
kio_sftp uses libssh, not openssh, and might not be compatible with all your
ssh config setting. You might want to try another libssh sftp client like
"yafc" to connect to the remote to determine if it is a libssh limitation or
indeed a possible bug in kio_sftp.

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

[kio-extras] [Bug 504148] Can't establish an SFTP connection over KIO

2025-05-13 Thread postix
https://bugs.kde.org/show_bug.cgi?id=504148

--- Comment #5 from postix  ---
For the time being I've worked around it by

`sshfs -o IdentityFile=~/.ssh/id_rsa,default_permissions postix@host:/
/mnt/foo`

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

[kio-extras] [Bug 504148] Can't establish an SFTP connection over KIO

2025-05-13 Thread postix
https://bugs.kde.org/show_bug.cgi?id=504148

--- Comment #3 from postix  ---
```
> KIO_SFTP_LOG_VERBOSITY=10 KDE_FORK_SLAVES=1 
> QT_LOGGING_RULES="log_kio_sftp=true;kf.kio.workers.sftp=true;" dolphin 
> --new-window sftp://postix@host
kf.kio.workers.sftp: *** Starting kio_sftp 
kf.kio.workers.sftp: pid =  32483
kf.kio.workers.sftp: debug =  10
kf.kio.workers.sftp: "postix" @ "host" : 0
kf.kio.workers.sftp: 
kf.kio.workers.sftp: list directory:  QUrl("sftp://postix@host";)
kf.kio.workers.sftp: checking cache: info.username = "postix" , info.url =
"sftp://postix@host";
kf.kio.workers.sftp: *** Starting kio_sftp 
kf.kio.workers.sftp: pid =  32490
kf.kio.workers.sftp: debug =  10
kf.kio.workers.sftp: "postix" @ "host" : 0
kf.kio.workers.sftp: 
kf.kio.workers.sftp: file system free space of QUrl("sftp://postix@host";)
kf.kio.workers.sftp: checking cache: info.username = "postix" , info.url =
"sftp://postix@host";
```

The following keeps being repeatedly logged once per minute or so:

```
kf.kio.workers.sftp: *** Starting kio_sftp 
kf.kio.workers.sftp: pid =  32607
kf.kio.workers.sftp: debug =  10
kf.kio.workers.sftp: "postix" @ "host" : 0
kf.kio.workers.sftp: 
kf.kio.workers.sftp: file system free space of QUrl("sftp://postix@host";)
kf.kio.workers.sftp: checking cache: info.username = "postix" , info.url =
"sftp://postix@host";
```

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

[kio-extras] [Bug 504148] Can't establish an SFTP connection over KIO

2025-05-13 Thread postix
https://bugs.kde.org/show_bug.cgi?id=504148

--- Comment #4 from postix  ---
Follow up from the post above:

When I click now with the cursor into the address bar in Dolphin and hit
"enter" to (again try to) open the remote directory, kio logs `kf.kio.core:
Invalid URL: QUrl("")` as once stated above.

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

[kio-extras] [Bug 504148] Can't establish an SFTP connection over KIO

2025-05-13 Thread postix
https://bugs.kde.org/show_bug.cgi?id=504148

postix  changed:

   What|Removed |Added

Summary|kf.kio.core: Invalid URL:   |Can't establish an SFTP
   |QUrl("") on trying to open  |connection over KIO
   |SFTP address in Dolphin |

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