summaryrefslogtreecommitdiffstats
path: root/crypto/zssh/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/zssh/DETAILS')
-rwxr-xr-xcrypto/zssh/DETAILS14
1 files changed, 11 insertions, 3 deletions
diff --git a/crypto/zssh/DETAILS b/crypto/zssh/DETAILS
index d57772885e..d8a66e74da 100755
--- a/crypto/zssh/DETAILS
+++ b/crypto/zssh/DETAILS
@@ -10,9 +10,17 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
KEYWORDS="ssh crypto"
SHORT="zssh - Zmodem SSH - program for transfering files using the ssh"
cat << EOF
-zssh (Zmodem SSH) is a program for interactively transferring files to a remote machine while using the secure shell (ssh). It is intended to be a convenient alternative to scp, allowing to transfer files without having to open another session and re-authenticate oneself.
+zssh (Zmodem SSH) is a program for interactively transferring files to a
+remote machine while using the secure shell (ssh). It is intended to be a
+convenient alternative to scp, allowing to transfer files without having to
+open another session and re-authenticate oneself.
-zssh is an interactive wrapper for ssh used to switch the ssh connection between the remote shell and file transfers. This is achieved by using another tty/pty pair between the user and the local ssh process to plug either the user's tty (remote shell mode) or another process (file transfer mode) on the ssh connection.
+zssh is an interactive wrapper for ssh used to switch the ssh connection
+between the remote shell and file transfers. This is achieved by using
+another tty/pty pair between the user and the local ssh process to plug either
+the user's tty (remote shell mode) or another process (file transfer mode)
+on the ssh connection.
-Files are transferred through the zmodem protocol, using the rz and sz commands.
+Files are transferred through the zmodem protocol, using the rz and sz
+commands.
EOF