You are not logged in.

Dear visitor, welcome to KDE-Forum.org. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

hitek

Beginner

  • "hitek" started this thread

Posts: 3

Occupation: remote AIX admin

  • Send private message

1

Thursday, October 19th 2006, 4:10pm

More fishing in Konqueror (multi-hop?)

I routinely - usually, even - work on remote servers by sshing to svr1, then from there to svr2, then from there to svr3, and finally from there to svr4. The situation stems from having to penetrate the firewalls of two enterprises, so, for example, svr2 is not even visible to my linux workstation, it's only visible from svr1.

Since the fish protocol is accomplished using shell commands available on the remote (sshd) system, fish should theoretically allow me to manipulate the objects on svr4 via the fish "client" on my local linux machine using the intermediate sshd processes as elements of a pipeline, if only there were a grammar for the situation - in other words, if only Konqueror had a way to allow the user to hop from one sshd to another one.

Is this, in fact, possible?

hitek

Beginner

  • "hitek" started this thread

Posts: 3

Occupation: remote AIX admin

  • Send private message

2

Thursday, October 19th 2006, 10:30pm

RE: More fishing in Konqueror (multi-hop?)

I suspect that this would be done by extending the fish protocol itself by adding 'ssh' to the list of remote shell commands that fish calls upon to do its work. I have been unable yet to find out who is maintaining the protocol and a KDE implementation. At the very least it would be interesting to see what the list of remote shell commands IS.

bram85

Professional

Posts: 948

Location: Eindhoven

Occupation: Software Engineer

  • Send private message

3

Friday, October 20th 2006, 3:09pm

RE: More fishing in Konqueror (multi-hop?)

If I'm correct, this functionality is implemented in KDE4, where you're allowed to run a KIOslave inside a KIOslave. A chain of fish inside fish inside fish would be possible then.
Bram Schoenmakers
KDE Netherlands (www.kde.nl)

hitek

Beginner

  • "hitek" started this thread

Posts: 3

Occupation: remote AIX admin

  • Send private message

4

Friday, October 20th 2006, 7:16pm

I went to look at KDE4. I didn't find anything quickly on the subject of kioslave-within-kioslave, but I'm happy to hear what you reported.

I'll continue digging, because this is something I'm anxious to read about and, hopefully, use someday.