From 50741cc5474353bba914746aa25b091aa609a38f Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Mon, 10 Feb 2014 16:29:07 -0600 Subject: Remove KControl Protocols module, move protocol items to the help handbook, rename TDEIOSlaves->Protocols, add new help files, update other help files, make protocol handbooks consistent in format. --- doc/tdeioslave/fish/index.docbook | 54 +++++++++++++++++++++++++++++---------- 1 file changed, 40 insertions(+), 14 deletions(-) (limited to 'doc/tdeioslave/fish') diff --git a/doc/tdeioslave/fish/index.docbook b/doc/tdeioslave/fish/index.docbook index 3d35d055e..c92319319 100644 --- a/doc/tdeioslave/fish/index.docbook +++ b/doc/tdeioslave/fish/index.docbook @@ -6,36 +6,62 @@
fish + -&Joerg.Walter; &Joerg.Walter.mail; -&Brad.Hards; &Brad.Hards.mail; +&Joerg.Walter; +&Brad.Hards; +&tde-authors; -2005-02-29 -1.1.2 +&tde-release-version; +Reviewed: &tde-release-date; + + +2005 +&Joerg.Walter; +&Brad.Hards; + + +&tde-copyright-date; +&tde-team; + + + + +This handbook describes the fish protocol. + + + + +TDE +fish +protocol + -Allows you to access another computer's files using the SEcure Shell (SSH) protocol. The remote computer needs to be running the SSH daemon, but the remainder of the protocol uses standard commandline tools as discussed below. +Allows you to access another computer's files using the Secure Shell (SSH) protocol. +The remote computer needs to be running the SSH daemon, but the remainder of the protocol +uses standard command line tools. You can use the fish tdeioslave like this: -fish://hostname or fish://username@hostname. +fish://hostname or fish://username +@hostname. You need to use double forward slashes. You can omit the username (and the trailing -@ symbol) if you have the same username on both computers. +@ symbol) when using the same username on both computers. You can add a password in the format: -fish://username:password@hostname -but it is not necessary as you will be prompted for one if it is not +fish://username:password@ +hostname but it is not necessary as you will be prompted for one if it is not supplied. -If you are running the SSH daemon on a non-standard -port, you can specify that port using the normal &URL; syntax as shown -below: +When you are running the SSH daemon on a non-standard +port, you can specify that port using the normal &URL; syntax as shown below: fish://hostname:portnumber. Fish should work with any roughly POSIX compatible @@ -63,8 +89,8 @@ machine, it will be used instead. Then only env and Perl has the additional benefit of being faster. -Fish may even work on &Windows; machines, if tools like -Cygwin are installed. All the above +Fish might even work on &Windows; machines, if tools like +Cygwin are installed. All the above utilities must be in the system PATH, and the initial shell must be able to process the command echo FISH:;/bin/sh correctly. -- cgit v1.2.3