[opensuse-kde3] 11.4 - still have "sftp encountered error" when trying to access ssh on high port
Ilya, All, I thought we had solved this in 11.3, but it appears to be back in 11.4. http://www.3111skyline.com/dl/suse/bugs/114/kde3/sftp-error.jpg konqueror cannot access sftp location with ssh on a non-standard port using: sftp://user@host:port/dir1/dir2 fish to the same location works fine. This first appeared about a year ago and I have posted it earlier under the subject: "[opensuse-kde3] sftp url parsing (with included port) broken in 11.3 kde3 - fish OK - howto work around?" and on the trinity list: "[trinity-devel] konqueror sftp:// URL handling broken with openssh >= 5.6 (open a bug?)" After the trinity post, I tried again on 11.3 and it seemed to work, but now in 11.4 it is broken again. Regression? -- David C. Rankin, J.D.,P.E. -- To unsubscribe, e-mail: opensuse-kde3+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-kde3+help@opensuse.org
On Wednesday 23 March 2011 05:01:24 David C. Rankin wrote:
After the trinity post, I tried again on 11.3 and it seemed to work, but now in 11.4 it is broken again. Regression?
KDE3 on 11.3 and 11.4 build from the same code. This problem seems unrelated to KDE3. -- To unsubscribe, e-mail: opensuse-kde3+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-kde3+help@opensuse.org
On Wednesday 23 Mar 2011 03:21:53 Ilya Chernykh wrote:
On Wednesday 23 March 2011 05:01:24 David C. Rankin wrote:
After the trinity post, I tried again on 11.3 and it seemed to work, but now in 11.4 it is broken again. Regression?
KDE3 on 11.3 and 11.4 build from the same code. This problem seems unrelated to KDE3.
The sftp ioslave in KDE 3 wraps the sftp binary. See if you can connect using sftp on the command line. WIll -- Will Stephenson, openSUSE Team SUSE LINUX Products GmbH - Nürnberg - AG Nürnberg - HRB 16746 - GF: Markus Rex -- To unsubscribe, e-mail: opensuse-kde3+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-kde3+help@opensuse.org
On 03/23/2011 04:02 AM, Will Stephenson wrote:
On Wednesday 23 Mar 2011 03:21:53 Ilya Chernykh wrote:
On Wednesday 23 March 2011 05:01:24 David C. Rankin wrote:
After the trinity post, I tried again on 11.3 and it seemed to work, but now in 11.4 it is broken again. Regression?
KDE3 on 11.3 and 11.4 build from the same code. This problem seems unrelated to KDE3.
The sftp ioslave in KDE 3 wraps the sftp binary. See if you can connect using sftp on the command line.
WIll
< Will Sorry for the Double Post - I replied to you instead of the list > < I have a new link at the bottom for comparison > Will, it is a kde3 issue: If I use the command line and do: sftp -Pport user@host:/dir1/dir2 I connect just fine. Eg: 20:53 alchemy:~> sftp -P6662 david@archangel:/home/david/Documents Connected to archangel. Changing to: /home/david/Documents sftp> dir Fax - All Counsel.doc Fax - Ziemianski, Chatelain & Zbranek.doc INFO SHEET.doc LTR_Clerk_20090209.doc LTR_Clerk_20090414.doc Ltr_Notice 20080422.doc NielsenMNTNoticeAppeal 001.tif POA - RB Contingency New.doc Pictures barn db_backup-200906212336.bz2 egw.sql engineering sftp> Here is the same host in konqueror with sftp: http://www.3111skyline.com/dl/suse/bugs/114/kde3/sftp-error-archangel.jpg -- David C. Rankin, J.D.,P.E. -- To unsubscribe, e-mail: opensuse-kde3+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-kde3+help@opensuse.org
On Wednesday 23 March 2011 15:56:00 David C. Rankin wrote:
Will, it is a kde3 issue:
If I use the command line and do:
sftp -Pport user@host:/dir1/dir2
I connect just fine.
KDE3 in 11.3 and in 11.4 is the same. -- To unsubscribe, e-mail: opensuse-kde3+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-kde3+help@opensuse.org
On Wednesday 23 March 2011 04:01:24 David C. Rankin wrote: [...]
and on the trinity list:
"[trinity-devel] konqueror sftp:// URL handling broken with openssh >= 5.6 (open a bug?)"
After the trinity post, I tried again on 11.3 and it seemed to work, but now in 11.4 it is broken again. Regression?
sftp kioslave will be rewritten from scratch, on trinity. -- Serghei -- To unsubscribe, e-mail: opensuse-kde3+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-kde3+help@opensuse.org
On Wednesday 23 Mar 2011 14:03:30 Serghei Amelian wrote:
On Wednesday 23 March 2011 04:01:24 David C. Rankin wrote: [...]
and on the trinity list:
"[trinity-devel] konqueror sftp:// URL handling broken with openssh >= 5.6 (open a bug?)"
After the trinity post, I tried again on 11.3 and it seemed to work, but now in 11.4 it is broken again. Regression?
sftp kioslave will be rewritten from scratch, on trinity.
Is trinity going to use the KDE 4 kio_sftp based on libssh as a basis? Will -- Will Stephenson, openSUSE Team SUSE LINUX Products GmbH - Nürnberg - AG Nürnberg - HRB 16746 - GF: Markus Rex -- To unsubscribe, e-mail: opensuse-kde3+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-kde3+help@opensuse.org
On Wednesday 23 March 2011 21:15:57 Will Stephenson wrote:
On Wednesday 23 Mar 2011 14:03:30 Serghei Amelian wrote:
On Wednesday 23 March 2011 04:01:24 David C. Rankin wrote: [...]
and on the trinity list:
"[trinity-devel] konqueror sftp:// URL handling broken with openssh >= 5.6 (open a bug?)"
After the trinity post, I tried again on 11.3 and it seemed to work, but now in 11.4 it is broken again. Regression?
sftp kioslave will be rewritten from scratch, on trinity.
Is trinity going to use the KDE 4 kio_sftp based on libssh as a basis?
Actually I started a kioslave based on libssh2.
Will
-- Serghei -- To unsubscribe, e-mail: opensuse-kde3+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-kde3+help@opensuse.org
On 03/23/2011 02:40 PM, Serghei Amelian wrote:
On Wednesday 23 March 2011 21:15:57 Will Stephenson wrote:
On Wednesday 23 Mar 2011 14:03:30 Serghei Amelian wrote:
On Wednesday 23 March 2011 04:01:24 David C. Rankin wrote: [...]
and on the trinity list:
"[trinity-devel] konqueror sftp:// URL handling broken with openssh>= 5.6 (open a bug?)"
After the trinity post, I tried again on 11.3 and it seemed to work, but now in 11.4 it is broken again. Regression?
sftp kioslave will be rewritten from scratch, on trinity.
Is trinity going to use the KDE 4 kio_sftp based on libssh as a basis?
Actually I started a kioslave based on libssh2.
Will
Serghei, Will, This may be wrong, but is there any way that the /etc/hosts configuration and the return of dnsdomainname (or similar lookup) can affect kioslave behavior? I have had discussion on the suse list and on the arch list about the concern for the 127.0.0.2 entry being deprecated at some point in the future. So in your rewrite, if there is anywhere that kioslave relies on the dnsdomainname return, it would be worth thinking though the impact of not having a 127.0.0.2 entry and just having the 127.0.0.1 with the appropriate alias. Right now, I'm using: 127.0.0.1 alchemy.3111skyline.com localhost alchemy 127.0.0.2 alchemy.3111skyline.com alchemy dnsdomainname works properly. So I doubt this is the cause of the sftp failure in kde3/11.4, but I thought I would mention it just in case. Just disregard if this is nonsense :) -- David C. Rankin, J.D.,P.E. -- To unsubscribe, e-mail: opensuse-kde3+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-kde3+help@opensuse.org
On 03/23/2011 02:40 PM, Serghei Amelian wrote:
On Wednesday 23 March 2011 21:15:57 Will Stephenson wrote:
On Wednesday 23 Mar 2011 14:03:30 Serghei Amelian wrote:
On Wednesday 23 March 2011 04:01:24 David C. Rankin wrote: [...]
and on the trinity list:
"[trinity-devel] konqueror sftp:// URL handling broken with openssh>= 5.6 (open a bug?)"
After the trinity post, I tried again on 11.3 and it seemed to work, but now in 11.4 it is broken again. Regression?
sftp kioslave will be rewritten from scratch, on trinity.
Is trinity going to use the KDE 4 kio_sftp based on libssh as a basis?
Actually I started a kioslave based on libssh2.
Will
Serghei, Will, Ilya, I have setup 2 boxes exactly the same (/etc/hosts, etc...) and the 11.3 box works fine with sftp: http://www.3111skyline.com/dl/suse/bugs/114/kde3/ssh-sftp-works-suse_113.jpg The 11.4 box gives the "ssh encountered an error" message when trying to connect to the exact same hose on the exact same network: http://www.3111skyline.com/dl/suse/bugs/114/kde3/sftp-error-nirvana-114.jpg These two boxes are connecting to the "same" server named "nirvana" on port 6660. 11.3 has no problem, but 11.4 fails. I know 11.3 and 11.4 are built from the same code, but something isn't the same. Was there an ssh version patch in 11.3 that wasn't carried forward into 11.4? Just thought I would pass this along. 11.4 just feels kind of crippled with no sftp to alternate ports working .... -- David C. Rankin, J.D.,P.E. -- To unsubscribe, e-mail: opensuse-kde3+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-kde3+help@opensuse.org
participants (4)
-
David C. Rankin
-
Ilya Chernykh
-
Serghei Amelian
-
Will Stephenson