Subversion Repositories lsh

Compare Revisions

Ignore whitespace Rev 5 → Rev 4

/branches/experimental/debian/NEWS
File deleted
/branches/experimental/debian/lsh-server.postinst
File deleted
/branches/experimental/debian/lsh-server.postrm
File deleted
/branches/experimental/debian/lsh-server.init.d
File deleted
/branches/experimental/debian/README.Debian
File deleted
/branches/experimental/debian/po/POTFILES.in
File deleted
/branches/experimental/debian/po/vi.po
File deleted
/branches/experimental/debian/po/templates.pot
File deleted
/branches/experimental/debian/po/pt.po
File deleted
/branches/experimental/debian/po/da.po
File deleted
/branches/experimental/debian/po/cs.po
File deleted
/branches/experimental/debian/po/ru.po
File deleted
/branches/experimental/debian/po/fr.po
File deleted
/branches/experimental/debian/po/sv.po
File deleted
/branches/experimental/debian/po/de.po
File deleted
/branches/experimental/debian/po/nl.po
File deleted
/branches/experimental/debian/po/nn.po
File deleted
/branches/experimental/debian/control
File deleted
/branches/experimental/debian/compat
File deleted
/branches/experimental/debian/lsh-server.templates
File deleted
/branches/experimental/debian/changelog
File deleted
/branches/experimental/debian/scripts/lshc
File deleted
/branches/experimental/debian/scripts/lsh-server-config
File deleted
/branches/experimental/debian/rules
File deleted
Property changes:
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: experimental/debian/lsh-server.dirs
===================================================================
--- experimental/debian/lsh-server.dirs (revision 5)
+++ experimental/debian/lsh-server.dirs (nonexistent)
@@ -1,3 +0,0 @@
-etc/default
-usr/sbin
-usr/share/lintian/overrides
Index: experimental/debian/lsh-server.config
===================================================================
--- experimental/debian/lsh-server.config (revision 5)
+++ experimental/debian/lsh-server.config (nonexistent)
@@ -1,109 +0,0 @@
-#!/usr/bin/perl -w
-#
-# debconf config script for lsh-server
-#
-# Copyright (c) 2000, 2001, 2002 Timshel Knoll <timshel@debian.org>
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-#
-# On Debian systems, see /usr/share/common-licenses/GPL for the GNU GPL.
-#
-use strict;
-use Debconf::Client::ConfModule ':all';
-
-
-sub ask_whether_to_purge_hostkey {
- &input ("medium", "lsh-server/purge_hostkey");
- my @ret = &go ();
-
- return ($ret[0] == 30 ? -1 : 1);
-}
-
-
-sub get_lshd_port {
- &input ("medium", "lsh-server/lshd_port");
- my @ret = &go ();
-
- my $port = &get ("lsh-server/lshd_port");
-
- if ($port and $port !~ m/^\d+$/) {
- $port = (getservbyname ($port, "tcp"))[2];
- }
-
- unless ($port) {
- # invalid service entered: wasn't a number, and
- # getservbyname failed, try again ...
- # FIXME: try putting some sort of error message here?
- &reset ("lsh-server/lshd_port");
- return 0;
- }
-
- return ($ret[0] == 30 ? -1 : 1);
-}
-
-
-
-sub ask_whether_to_enable_sftp {
- &input ("medium", "lsh-server/sftp");
- my @ret = &go ();
-
- return ($ret[0] == 30 ? -1 : 1);
-}
-
-
-sub configure () {
- my $state = 0;
-
- # The list of things to do, in order
- # Aren't really long, descriptive function names fun ;-)
- my @states = (
- \&ask_whether_to_purge_hostkey,
- \&get_lshd_port,
- \&ask_whether_to_enable_sftp
- );
-
- # This is 1 or -1, depending on whether we're going forward or backward
- # Required because otherwise when we back up to a question doesn't need
- # to be asked, the engine will go forward again :-(
- my $step = 1;
-
- until ($state > $#states) {
- if ($state < 0) {
- $state = 0;
- # We may have got here because of "backing up" to a question which
- # was skipped, so make sure we're going forward from here to avoid
- # an infinite loop
- $step = 1;
- }
-
- $step = &{ $states[$state] } ($step);
-
- $state += $step;
- }
-}
-
-
-
-die "Syntax error: no argument" if (@ARGV <= 0);
-
-version ('2.0');
-
-my $capb = &capb ('backup');
-
-if ($ARGV[0] eq "configure" || $ARGV[0] eq "reconfigure") {
- &configure ();
-}
-
-
-
Index: experimental/debian/mans/srp-gen.1
===================================================================
--- experimental/debian/mans/srp-gen.1 (revision 5)
+++ experimental/debian/mans/srp-gen.1 (nonexistent)
@@ -1,90 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH SRP-GEN 1 "Apr 10, 2002" srp-gen "lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-srp-gen \- generate a password verifier for the SRP protocol.
-.SH SYNOPSIS
-.B srp-gen
-.RI [ options ]
-.SH DESCRIPTION
-This manual page documents briefly the
-.B srp-gen
-command.
-This manual page was written for the Debian GNU/Linux distribution
-because the original program does not have a manual page.
-Instead, it has documentation in the GNU Info format; see below.
-.PP
-.\" TeX users may be more comfortable with the \fB<whatever>\fP and
-.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
-.\" respectively.
-\fBsrp-gen\fP is a program that generates a password verifier for the Secure
-Remote Password protocol. The password verifier should be stored as
-~/.lsh/srp-verifier on the target (remote) machine on which you want to
-authenticate using SRP.
-
-For more information about SRP, see the "srp" node of the "Getting started"
-section of the Lsh manual available via the info system.
-.SH OPTIONS
-This program follows the usual GNU command line syntax, with long
-options starting with two dashes (`-').
-A summary of options is included below.
-For a complete description, see the Info files.
-.TP
-.B \-l, \-\-user=\fIusername\fP
-User name.
-.TP
-.B \-o, \-\-output\-file=\fIfilename\fP
-The file to output to. Default is to output to stdout.
-.TP
-.B \-p, \-\-password=\fIpassword\fP
-The password to use.
-.TP
-.B \-\-debug
-Print lots of debug information.
-.TP
-.B \-q, \-\-quiet
-Suppress all warnings and diagnostic messages.
-.TP
-.B \-\-trace
-Detailed trace.
-.TP
-.B \-v, \-\-verbose
-Print verbose diagnostic messages.
-.TP
-.B \-f, \-\-output\-format=format
-The S-expression output format. Valid sexp formats are: transport, canonical,
-advanced and international.
-.TP
-.B \-?, \-\-help
-Show summary of options.
-.TP
-.B \-\-usage
-Show a short usage message.
-.TP
-.B \-V, \-\-version
-Show version of program.
-.SH SEE ALSO
-.BR lshc (1),
-.BR lshd (1),
-.BR sexp-conv (1).
-.br
-The lsh programs (including this one) are documented fully by
-.IR "Lsh" ,
-available via the Info system.
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: experimental/debian/mans/sftp-server.lsh.8
===================================================================
--- experimental/debian/mans/sftp-server.lsh.8 (revision 5)
+++ experimental/debian/mans/sftp-server.lsh.8 (nonexistent)
@@ -1,46 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH SFTP-SERVER 8 "Jul 05 2002" sftp-server "lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-sftp-server \- server for the Secure FTP protocol over lsh.
-.SH SYNOPSIS
-.B sftp-server
-.RI [ options ] " files" ...
-.SH DESCRIPTION
-This manual page documents briefly the
-.B sftp-server
-command.
-This manual page was written for the Debian distribution
-because the original program does not have a manual page.
-Instead, it has documentation in the GNU Info format; see below.
-.PP
-.\" TeX users may be more comfortable with the \fB<whatever>\fP and
-.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
-.\" respectively.
-\fBsftp-server\fP is a lshd subsystem program that is called by lshd to serve
-sftp (secure ftp) clients. To enable sftp in your lshd server, run lshd with
-the \fI\-\-subsystems=sftp=/usr/sbin/sftp\-server\fP flag.
-.SH SEE ALSO
-.BR lshc (1),
-.BR lshd (8).
-.BR
-The programs are documented fully by
-.IR "Lsh" ,
-available via the Info system.
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: experimental/debian/mans/lcp.1
===================================================================
--- experimental/debian/mans/lcp.1 (revision 5)
+++ experimental/debian/mans/lcp.1 (nonexistent)
@@ -1,72 +0,0 @@
-.\" -*- nroff -*-
-.\"
-.\" lcp.1
-.\"
-.Dd November 8, 2005
-.Dt LCP 1
-.Os
-.Sh NAME
-.Nm lcp
-.Nd Secure remote file copy
-.Sh SYNOPSIS
-.Nm lcp
-.Bk -words
-.Op Fl fvn
-.Sm off
-.Oo
-.Op Ar user No @
-.Ar host1 No :
-.Oc Ns Ar file1
-.Sm on
-.Sm off
-.Oo
-.Op Ar user No @
-.Ar host2 No :
-.Oc Ar file2
-.Sm on
-.Ek
-.\"
-.Sh DESCRIPTION
-.Nm
-is a program that securely copies files between two hosts on a
-network. This is intended as a secure replacement for
-.Xr rcp 1 .
-Note
-that both the source and the destination can be on remote machines.
-.\"
-.Sh OPTIONS
-Available options:
-.\"
-.Bl -tag -width Ds
-.It Fl \-help
-Show summary of options.
-.It Fl f, \-force
-Overwrite existing files.
-.It Fl v, \-version
-Display commands before they are executed.
-.It Fl n, \-dry\-run
-Don't execute any commands. Implies -v.
-.El
-.\"
-.\"
-.Sh ENVIRONMENT
-.Tp
-.B LSFTP_RSH
-The program to use for the SSH tunnel. If the variable is not set, lcp
-defaults to using lshc.
-.\"
-.Sh "REPORTING BUGS"
-Report bugs to <bug-lsh@gnu.org>.
-.\"
-.Sh AUTHOR
-The lsh program suite is written mainly by Niels M\[:o]ller <nisse@lysator.liu.se>.
-.\"
-This man-page was written for
-the Debian GNU/Linux system by Charles Fry <debian@frogcircus.org>.
-.\"
-.Sh "SEE ALSO"
-.Br rcp (1),
-.Br scp (1),
-.Br lsftp (1),
-.Br lshc (1),
-.Br lshd (8),
Index: experimental/debian/mans/lsh-make-seed.1
===================================================================
--- experimental/debian/mans/lsh-make-seed.1 (revision 5)
+++ experimental/debian/mans/lsh-make-seed.1 (nonexistent)
@@ -1,86 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH LSH-MAKE-SEED 1 "Jul 05 2002" lsh-make-seed "lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
- lsh-make-seed \- program to generate a yarrow random seed file
-.SH SYNOPSIS
-.B lsh-make-seed
-.RI [ options ]
-.SH DESCRIPTION
-This manual page documents briefly the
-.B lsh-make-seed
-command.
-This manual page was written for the Debian distribution
-because the original program does not have a manual page.
-Instead, it has documentation in the GNU Info format; see below.
-.PP
-.\" TeX users may be more comfortable with the \fB<whatever>\fP and
-.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
-.\" respectively.
-\fBlsh-make-seed\fP is a program that creates an initial random seed file for
-the yarrow pseudo-randomness-generator used by both the lsh server and client.
-.SH OPTIONS
-This program follows the usual GNU command line syntax, with long
-options starting with two dashes (`-').
-A summary of options is included below.
-For a complete description, see the Info files.
-.TP
-.B \-f, \-\-force
-Overwrite any existing seed file.
-.TP
-.B \-o, \-\-output\-file=\fIfilename\fP
-Output random seed to \fIfilename\fP. The default is to output to
-~/.lsh/seed-file.
-.TP
-.B \-\-server
-Save seed file where the lsh server expects it (eg.
-/var/spool/lsh/yarrow-seed-file).
-.TP
-.B \-\-sloppy
-Generate seed file even if we can't collect a good amount of randomness from
-the environment.
-.TP
-.B \-\-debug
-Print huge amounts of debug information.
-.TP
-.B \-q, \-\-quiet
-Suppress all warnings and diagnostic messages.
-.TP
-.B \-\-trace
-Print a detailed program trace.
-.TP
-.B \-v, \-\-verbose
-Print verbose diagnostic messages
-.TP
-.B \-?, \-\-help
-Show summary of options.
-.TP
-.B \-\-usage
-Show a short usage message.
-.TP
-.B \-V, \-\-version
-Show version of program.
-.SH SEE ALSO
-.BR lshc (1),
-.BR lshd (8).
-.BR
-The programs are documented fully by
-.IR "Lsh" ,
-available via the Info system.
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: experimental/debian/mans/lsh-writekey.1
===================================================================
--- experimental/debian/mans/lsh-writekey.1 (revision 5)
+++ experimental/debian/mans/lsh-writekey.1 (nonexistent)
@@ -1,121 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH LSH-WRITEKEY 1 "Aug 21 2002" lsh-writekey "lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-lsh-writekey \- store a public / private key pair.
-.SH SYNOPSIS
-.B lsh-writekey
-.RI [ options ]
-.SH DESCRIPTION
-This manual page documents briefly the
-.B lsh-writekey
-command.
-This manual page was written for the Debian distribution
-because the original program does not have a manual page.
-Instead, it has documentation in the GNU Info format; see below.
-.PP
-.\" TeX users may be more comfortable with the \fB<whatever>\fP and
-.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
-.\" respectively.
-\fBlsh-writekey\fP is a program that reads a public / private key pair in
-\fBSPKI(5)\fP format on stdin, separates the public and private sections of
-the key and writes them to separate files.
-.SH OPTIONS
-This program follows the usual GNU command line syntax, with long
-options starting with two dashes (`-').
-A summary of options is included below.
-For a complete description, see the Info files.
-.TP
-.B \-c, \-\-crypto=\fIalgorithm\fP
-Encryption algorithm to use on the private key file.
-.TP
-.B \-i, \-\-iteration\-count=\fIPKCS#5\fP
-Iteration count, the default is 1500.
-.TP
-.B \-l, \-\-label=\fItext\fP
-Sets the unencrypted label for the key.
-.TP
-.B \-o, \-\-output\-file=\fIfilename\fP
-The file to write the private key to. The public key file has a ".pub"
-appended to the end of it. The default output file is "~/.lsh/identity".
-.TP
-.B \-f, \-\-output\-format=\fIformat\fP
-Specifies the variant of the S-expression syntax to generate. Valid formats are
-"transport", "canonical", "advanced" and "international".
-.TP
-.B \-p, \-\-passphrase=\fIpassword\fP
-Specifies a passphrase for the private key.
-.TP
-.B \-\-server
-Use the server seed file, and change the default output file to
-/etc/lsh_host_key.
-.TP
-.B \-\-debug
-Print huge amounts of debug information.
-.TP
-.B \-\-log\-file=\fIfile\fP
-Append messages to \fIfile\fP.
-.TP
-.B \-q, \-\-quiet
-Suppress all warnings and diagnostic messages.
-.TP
-.B \-\-trace
-Print a detailed program trace.
-.TP
-.B \-v, \-\-verbose
-Print verbose diagnostic messages
-.TP
-.B \-?, \-\-help
-Show summary of options.
-.TP
-.B \-\-usage
-Show a short usage message.
-.TP
-.B \-V, \-\-version
-Show version of program.
-.SH ENVIRONMENT
-.TP
-HOME
-The user's home directory.
-.SH FILES
-.TP
-~/.lsh/identity
-Default location where the private key is stored.
-~/.lsh/identity.pub
-Default location where the public key is stored.
-/etc/lsh_host_key, /etc/lsh_host_key.pub
-The server's private and public host keys.
-.SH EXAMPLE
-A typical usage of lsh-writekey is:
-
-lsh-keygen -l 8 | lsh-writekey
-
-which generates a public / private key pair using \fBlsh-keygen(1)\fP and
-stores it to the default ~/.lsh/identity.
-.SH SEE ALSO
-.BR lsh-keygen (1),
-.BR lsh-make-seed (1),
-.BR lshc (1),
-.BR lshd (8),
-.BR SPKI (5).
-.BR
-The programs are documented fully by
-.IR "Lsh" ,
-available via the Info system.
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: experimental/debian/mans/lsftp.1
===================================================================
--- experimental/debian/mans/lsftp.1 (revision 5)
+++ experimental/debian/mans/lsftp.1 (nonexistent)
@@ -1,178 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH LSFTP 1 "Aug 21 2002" lsftp "lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-lsftp \- lsh's sftp client
-.SH SYNOPSIS
-.B lsftp
-.RI [ transport-options ] [-- " command" ...]
-.SH DESCRIPTION
-This manual page documents briefly the
-.B lsftp
-command.
-This manual page was written for the Debian distribution
-because the original program does not have a manual page.
-Instead, it has documentation in the GNU Info format; see below.
-.PP
-.\" TeX users may be more comfortable with the \fB<whatever>\fP and
-.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
-.\" respectively.
-\fBlsftp\fP is a program that connects to a remote sftp server, and can be
-used to upload download files \['a] la FTP. When invoked with no command arguments,
-lsftp enters interactive mode, much like \fBftp (1)\fP. However, when the
-\fI--\fP argument and subsequent commands are passed to lsftp, lsftp simply
-executes those commands and exits.
-.SH OPTIONS
-This program follows the usual GNU command line syntax, with long
-options starting with two dashes (`-').
-A summary of options is included below.
-For a complete description, see the Info files.
-.TP
-.B \-\-help
-Show summary of options.
-.TP
-.B \-\-version
-Show version of program.
-.SH COMMANDS
-.TP
-.B cd \fIdirectory\fP
-Change the current directory on the remote server to \fIdirectory\fP.
-.TP
-.B rm \fIfilespec\fP
-Removes files or directories. To delete directories, the \-r option needs to be
-specified. The rm command doesn't accept wildcards by default, to enable these
-you must specify the \-g option.
-.TP
-.B delete
-Alias for \fBrm\fP.
-.TP
-.B mkdir \fIdir\fP
-Make directory \fIdir\fP.
-.TP
-.B about
-Display information about lsftp.
-.TP
-.B help
-Displays a list of commands.
-.TP
-.B ?
-Alias for \fBhelp\fP.
-.TP
-.B longhelp
-Displays the list of commands with detailed information about each command.
-.TP
-.B ls \fIfilespec\fP
-List remote files and folders.
-.TP
-.B list
-Alias for \fBls\fP.
-.TP
-.B dir
-(Another) Alias for \fBls\fP.
-.TP
-.B pwd
-Print the current working directory.
-.TP
-.B quit
-Quit lsftp.
-.TP
-.B exit
-Quit lsftp.
-.TP
-.B set [\fIvar=value\fP]
-Sets or shows variables. Without an argument, \fIset\fP displays the current variable state. With
-a \fIvar=value\fP argument, \fBset\fP sets the appropriate variable in the environment.
-.TP
-.B mail
-Runs the \fBmail (1)\fP command.
-.TP
-.B umask [\fIvalue\fP]
-Sets or displays the remote umask.
-.TP
-.B jobs
-Prints information about currently running jobs.
-.TP
-.B open \fIsite\fP
-Open a sftp connection to \fIsite\fP.
-.TP
-.B close
-Close the current connection.
-.TP
-.B mv \fIold\-filename\fP \fInew\-filename\fP
-Rename file \fIold\-filename\fP to \fInew\-filename\fP.
-.TP
-.B rename
-Alias for \fBmv\fP.
-.TP
-.B ln \fIfile\fP \fIlink\fP
-Make \fIlink\fP a symlink to \fIfile\fP.
-.TP
-.B get \fIremote\-file\fP
-Retrieve \fIremote\-file\fP on the remote system to the local system.
-.TP
-.B put \fIlocal\-file\fP
-Send \fIlocal\-file\fP on the local system to the remote system.
-.TP
-.B chown \fIuid\fP \fIfile\fP
-Change the ownership of \fIfile\fP to be owned by the user represented by
-\fIuid\fP.
-.TP
-.B chgrp \fIgid\fP \fIfile\fP
-Change the group ownership of \fIfile\fP to be owned by the group represented by
-\fIgid\fP.
-.TP
-.B lcd \fIdir\fP
-Change the current local directory to \fIdir\fP.
-.TP
-.B lrm \fIfile\fP
-Remove \fIfile\fP from the \fBlocal\fP system.
-.TP
-.B ldelete
-Alias for \fBlrm\fP.
-.TP
-.B lls
-List files on the local system.
-.TP
-.B llist
-Alias for \fBlls\fP.
-.TP
-.B lpwd
-Print the current local working directory.
-.TP
-.B ! \fIcommand\fP
-Executes \fIcommand\fP in a shell on the local system.
-.SH ENVIRONMENT
-.TP
-.B LSFTP_RSH
-The program to use for the SSH tunnel. If the variable is not set, lsftp
-defaults to using lshg.
-.TP
-.B LSFTP_BEFORE_ARGS
-.TP
-.B LSFTP_AFTER_ARGS
-.SH SEE ALSO
-.BR lshc (1),
-.BR mail (1),
-.BR lshd (8),
-.BR lshg (8).
-.BR
-The programs are documented fully by
-.IR "Lsh" ,
-available via the Info system.
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: experimental/debian/mans/lshc.1
===================================================================
--- experimental/debian/mans/lshc.1 (revision 5)
+++ experimental/debian/mans/lshc.1 (nonexistent)
@@ -1,29 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH LSHC 1 "Nov 15, 2005" lshc "lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-lshc \- depricated command for lsh
-.SH DESCRIPTION
-lshc is the
-.B deprecated
-name of the lsh-client binary. It has been renamed to lsh - as it was its upstream
-name.
-.SH SEE ALSO
-.BR lsh (1),
-.SH AUTHOR
-This manual page was written by Stefan Pfetzing <dreamind@dreamind.de>,
-for the Debian GNU/Linux system (but may be used by others).
Index: experimental/debian/mans/lsh-execuv.8
===================================================================
--- experimental/debian/mans/lsh-execuv.8 (revision 5)
+++ experimental/debian/mans/lsh-execuv.8 (nonexistent)
@@ -1,70 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH LSH-EXECUV 8 "Jul 05 2002" lsh-execuv "lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-lsh-execuv \- program to securely execute a program as another user
-.SH SYNOPSIS
-.B lsh-execuv
-.RI [ options ] " program " [ -- ] " real-argv"
-.SH DESCRIPTION
-This manual page documents briefly the
-.B lsh-execuv
-command.
-This manual page was written for the Debian distribution
-because the original program does not have a manual page.
-.PP
-.\" TeX users may be more comfortable with the \fB<whatever>\fP and
-.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
-.\" respectively.
-\fBlsh-execuv\fP is a utility program for the lsh server that securely executes
-a program as a different user.
-another user.
-.SH OPTIONS
-A summary of options is included below.
-.TP
-.B \-u \fIuid\fP
-setuid to numeric \fIuid\fP before running \fIprogram\fP. Usernames are
-not supported, only numeric uids.
-.TP
-.B \-g \fIgid\fP
-setgid to numeric \fIgid\fP before running \fIprogram\fP. Group names are
-not supported, only numeric gids.
-.TP
-.B \-n \fIuser-name\fP
-User name, needed for initgroups
-.TP
-.B \-i
-Call initgroups, requires that -n \fIuser-name\fP be specified.
-.TP
-.B \-c
-Clear the list of supplimentary groups.
-.TP
-.B \-p
-Use $PATH variable to search for program.
-.TP
-.B \-?
-Show summary of options.
-.SH SEE ALSO
-.BR lshc (1),
-.BR lshd (8).
-.BR
-The programs are documented fully by
-.IR "Lsh" ,
-available via the Info system.
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: experimental/debian/mans/lsh-pam-checkpw.8
===================================================================
--- experimental/debian/mans/lsh-pam-checkpw.8 (revision 5)
+++ experimental/debian/mans/lsh-pam-checkpw.8 (nonexistent)
@@ -1,53 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH LSH-PAM-CHECKPW 8 "Jul 05 2002" lsh-pam-checkpw "lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-lsh-pam-checkpw \- program to check a PAM username/password combination
-.SH SYNOPSIS
-.B lsh-pam-checkpw
-.RI username-to-check
-.SH DESCRIPTION
-This manual page documents briefly the
-.B lsh-pam-checkpw
-command.
-This manual page was written for the Debian distribution
-because the original program does not have a manual page.
-Instead, it has documentation in the GNU Info format; see below.
-.PP
-.\" TeX users may be more comfortable with the \fB<whatever>\fP and
-.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
-.\" respectively.
-\fBlsh-pam-checkpw\fP is a program that checks if a username and password
-combination is valid for login by doing a PAM lookup. It is designed to be
-used as a password helper program for \fBlshd (8)\fP, (eg.
-\fB\-\-password\-helper=/usr/sbin/lsh-pam-checkpw\fP.
-.PP
-.B lsh-pam-checkpw
-takes one required argument, which is the username, and reads the password from
-stdin, then returns 0 if the password is valid, or 1 otherwise. Note that the
-password must be supplied exactly, ie. there must be no newline after the
-password, so if invoking from a shell, just type "<your-password><CTRL-D>".
-.SH SEE ALSO
-.BR lshc (1),
-.BR lshd (8).
-.BR
-The programs are documented fully by
-.IR "Lsh" ,
-available via the Info system.
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: experimental/debian/mans/lsh-krb-checkpw.8
===================================================================
--- experimental/debian/mans/lsh-krb-checkpw.8 (revision 5)
+++ experimental/debian/mans/lsh-krb-checkpw.8 (nonexistent)
@@ -1,53 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH LSH-KRB-CHECKPW 8 "Nov 15 2005" lsh-krb-checkpw "lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-lsh-krb-checkpw \- program to check a Kerberos username/password combination
-.SH SYNOPSIS
-.B lsh-krb-checkpw
-.RI username-to-check
-.SH DESCRIPTION
-This manual page documents briefly the
-.B lsh-krb-checkpw
-command.
-This manual page was written for the Debian distribution
-because the original program does not have a manual page.
-Instead, it has documentation in the GNU Info format; see below.
-.PP
-.\" TeX users may be more comfortable with the \fB<whatever>\fP and
-.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
-.\" respectively.
-\fBlsh-krb-checkpw\fP is a program that checks if a username and password
-combination is valid for login by doing a kerberos lookup. It is designed to be
-used as a password helper program for \fBlshd (8)\fP, (eg.
-\fB\-\-password\-helper=/usr/sbin/lsh-krb-checkpw\fP.
-.PP
-.B lsh-krb-checkpw
-takes one required argument, which is the username, and reads the password from
-stdin, then returns 0 if the password is valid, or 1 otherwise. Note that the
-password must be supplied exactly, ie. there must be no newline after the
-password, so if invoking from a shell, just type "<your-password><CTRL-D>".
-.SH SEE ALSO
-.BR lshc (1),
-.BR lshd (8).
-.BR
-The programs are documented fully by
-.IR "Lsh" ,
-available via the Info system.
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: experimental/debian/mans/lsh-export-key.1
===================================================================
--- experimental/debian/mans/lsh-export-key.1 (revision 5)
+++ experimental/debian/mans/lsh-export-key.1 (nonexistent)
@@ -1,77 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH LSH-EXPORT-KEY 1 "Apr 19, 2002" lsh-export-key "lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-lsh-export-key \- Converts an s-expression to the OpenSSH/SSH2 encoding format.
-.SH SYNOPSIS
-.B lsh-export-key
-.RI [ options ]
-.SH DESCRIPTION
-\fBlsh-export-key\fP is a utility which reads an s-expression on stdin,
-and writes the same s-expression to stdout, using the OpenSSH/SSH2
-encoding format.
-.SH OPTIONS
-These programs follow the usual GNU command line syntax, with long
-options starting with two dashes (`-').
-A summary of options is included below.
-.TP
-.B \-c, \-\-comment=\fIcomment\fP
-Adds \fIcomment\fP to output key as its comment
-.TP
-.B \-o, \-\-output\-file=\fIfilename\fP
-Write output key to \fIfilename\fP, default is stdout
-.TP
-.B \-r, \-\-input\-file=\fIfilename\fP
-Read input key from \fIfilename\fP, default is stdin
-.TP
-.B \-s, \-\-subject=\fIsubject\fP
-Adds \fIsubject\fP to the output key as its subject
-.TP
-.B \-\-debug
-Prints huge amounts of debug information
-.TP
-.B \-q, \-\-quiet
-Suppress all warnings and diagnostic messages
-.TP
-.B \-\-trace
-Detailed program trace
-.TP
-.B \-\-verbose
-verbose diagnostic messages
-.TP
-.B \-i, \-\-input\-format=\fIformat\fP
-Input is in the \fIformat\fP variant of s-expression syntax, \fIformat\fP must
-be one of "transport", "canonical", "advanced" or "international"
-.TP
-.B \-?, \-\-help
-Show summary of options
-.TP
-.B \-\-usage
-Prints a short usage message
-.TP
-.B \-V, \-\-version
-Prints the program version
-.SH SEE ALSO
-.BR lshc (1),
-.BR lshd (8),
-.BR sexp-conv (1),
-.BR ssh-conv (1),
-.BR lsh-decode-key (1).
-.br
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: experimental/debian/mans/lsh-decode-key.1
===================================================================
--- experimental/debian/mans/lsh-decode-key.1 (revision 5)
+++ experimental/debian/mans/lsh-decode-key.1 (nonexistent)
@@ -1,78 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH LSH-DECODE-KEY 1 "Apr 19, 2002" lsh-decode-key "lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-lsh-decode-key \- Converts a raw OpenSSH/ssh2 public key into sexp format
-.SH SYNOPSIS
-.B lsh-decode-key
-.RI [ options ]
-.SH DESCRIPTION
-This manual page documents briefly the
-.B lsh-decode-key
-command.
-This manual page was written for the Debian GNU/Linux distribution
-because the original program does not have a manual page.
-Instead, it has documentation in the GNU Info format; see below.
-.PP
-\fBlsh-decode-key\fP is a program that converts an OpenSSH or SSH2 key
-to sexp format, which is used by lsh.
-.SH OPTIONS
-This program follows the usual GNU command line syntax, with long
-options starting with two dashes (`-').
-A summary of options is included below.
-For a complete description, see the Info files.
-.TP
-.B \-b, \-\-base64
-Input is base64 encoded.
-.TP
-.B \-o, \-\-output\-file=\fIfilename\fP
-Write the output key to \fIfilename\fP. The default is to write it to stdout.
-.TP
-.B \-f, \-\-output\-format=\fIformat\fP
-Write output key in \fIformat\fP sexp output format. \fIformat\fP must be one
-of "transport", "canonical", "advanced" or "international".
-.TP
-.B \-\-debug
-Print heaps of debug information.
-.TP
-.B \-q, \-\-quiet
-Suppress all warning and diagnostic messages.
-.TP
-.B \-\-trace
-Detailed program trace.
-.TP
-.B \-v, \-\-verbose
-Print verbose diagnostic messages.
-.TP
-.B \-?, \-\-help
-Show summary of options.
-.TP
-.B \-\-usage
-Print a short usage message.
-.TP
-.B \-V, \-\-version
-Show version of program.
-.SH SEE ALSO
-.BR lshc (1),
-.BR lshd (1),
-.BR sexp-conv (1),
-.BR ssh-conv (1)
-.BR lsh-export-key (1).
-.br
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: experimental/debian/mans/lshg.1
===================================================================
--- experimental/debian/mans/lshg.1 (revision 5)
+++ experimental/debian/mans/lshg.1 (nonexistent)
@@ -1,102 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.TH lshg 1 "12 Apr, 2001" LSH "lsh Manuals"
-.\" Please adjust this date whenever revising the manpage.
-.SH NAME
-lshg \- Secure Shell v2 protocol (SSH2) gateway client.
-.SH SYNOPSIS
-.B lshg
-.RI [ options ] " hostname" " [command...]"
-.SH DESCRIPTION
-Connects to \fIhostname\fP using the Secure SHell v2 (SSH2) protocol, via
-a gateway that has been created with \fBlshc(1)\fP
-.SH OPTIONS
-These programs follow the usual GNU command line syntax, with long
-options starting with two dashes (`-').
-A summary of options is included below.
-.TP
-.B \-l, \-\-user=\fIusername\fP
-Log in as user \fIusername\fP.
-.TP
-.B \-p, \-\-port=\fIport\fP
-Connect to port number \fIport\fP on the remote host (default 22).
-.B \-E, \-\-execute=\fIcommand\fP
-Execute a command on the remote machine.
-.TP
-.B \-L, \-\-forward\-local\-port=\fIlocal-port:target-host:target-port\fP
-Forwards all ssh connections to \fIlocal port\fP on the local machine to
-\fItarget-host\fP:\fItarget-port\fP.
-.TP
-.B \-N, \-\-nop
-No operation (suppresses the default action, which is to spawn a remote shell)
-.TP
-.B \-S, \-\-shell=\fIcommand\fP
-Spawn a remote shell.
-.TP
-.B \-g, \-\-remote\-peers
-Allow remote access to forwarded ports.
-.TP
-.B \-\-no\-remote\-peers
-Disallow remote access to forwarded ports (default).
-.TP
-.B \-\-cvs\-workaround=[i?o?e?]
-Enables the CVS workaround by setting one or more of the stdio file
-descriptors (i = stdin, o = stdout, e = stderr) into non-blocking mode.
-If no argument is provided, the workaround is applied to all three file
-descriptors. By default, the workaround is applied to stderr (e) only.
-.TP
-.B \-\-no\-cvs\-workaround
-Disable the CVS workaround
-.TP
-.B \-t, \-\-pty
-Request a remote pty (pseudo terminal) (default).
-.TP
-.B \-\-no\-pty
-Don't request a remote pty.
-.TP
-.B \-\-stderr=\fIfilename\fP
-Redirect stderr to specified file.
-.TP
-.B \-\-no\-stderr
-Redirect stderr to /dev/null
-.TP
-.B \-\-stdout=\fIfilename\fP
-Redirect stdout to specified file.
-.TP
-.B \-\-no\-stdout
-Redirect stdout to /dev/null.
-.TP
-.B \-\-stdin=\fIfilename\fP
-Redirect stdin to specified file.
-.TP
-.B \-\-no\-stdin
-Redirect stdin from /dev/null.
-.TP
-.B \-n, \-\-no
-Inverts the effect of the next modifier.
-.TP
-.B \-\-debug
-Print huge amounts of debug information.
-.TP
-.B \-q, \-\-quiet
-Suppress all warnings and diagnostic messages.
-.TP
-.B \-\-trace
-Detailed trace.
-.TP
-.B \-v, \-\-verbose
-Verbose diagnostic messages.
-.TP
-.B \-?, \-\-help
-Show summary of options.
-.TP
-.B \-\-usage
-Show a short usage message.
-.TP
-.B \-V, \-\-version
-Show program version.
-.SH SEE ALSO
-.BR lshc (1),
-.BR lshd (8).
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: experimental/debian/mans/lsh_proxy.8
===================================================================
--- experimental/debian/mans/lsh_proxy.8 (revision 5)
+++ experimental/debian/mans/lsh_proxy.8 (nonexistent)
@@ -1,129 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH LSH_PROXY 1 "Apr 19, 2000" lsh_proxy "Lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-lsh_proxy \- Server for the ssh-2 protocol.
-.SH SYNOPSIS
-.B lsh_proxy
-.RI [ options ]
-.SH DESCRIPTION
-This manual page documents briefly the
-.B lsh_proxy
-command.
-.SH OPTIONS
-These programs follow the usual GNU command line syntax, with long
-options starting with two dashes (`-').
-A summary of options is included below.
-For a complete description, see the Info files.
-.TP
-.B \-D, \-\-destination=\fIdestination:port\fP
-Destination ssh server address (transparent if not given).
-.TP
-.B \-h, \-\-host\-key=\fIkey\-file\fP
-Location of the server's public key.
-.TP
-.B \-\-interface=\fIinterface\fP
-Listen on this network interface.
-.TP
-.B \-\-no\-tcp\-forward
-Disable TCP/IP forwarding.
-.TP
-.B \-p, \-\-port=\fIport\fP
-Listen on this port.
-.TP
-.B \-\-tcp\-forward
-Enable TCP/IP forwarding (default).
-.TP
-.B \-c, \-\-crypto=\fIcrypto\-algorithm\fP
-The crypto algorithm to use. Supported types of \fIcrypto\-algorithm\fP (in
-order of preference) are "3des-cbc", "twofish-cbc", "cast128-cbc",
-"serpent-cbc@lysator.liu.se", "rijndael@lysator.liu.se", "blowfish-cbc",
-"arcfour", "none". The default is to use triple-DES in CBC mode ("3des-cbc").
-You may also specify "all" to enable all supported crypto
-algorithms (except "none").
-.TP
-.B \-\-hostkey\-algorithm=\fIhostkey\-algorithm\fP
-The hostkey algorithm to use. Supported types of \fIhostkey\-algorithm\fP (in
-order of preference) are "ssh-dss", "spki", "none".
-.TP
-.B \-m, \-\-mac=\fImac\-algorithm\fP
-The MAC (message authentication) algorithm to use. Supported types of
-\fImac\-algorithm\fP (in order of preference) are "hmac-sha1", "hmac-md5",
-"none".
-.TP
-.B \-z, \-\-compression[=\fIcompression\-algorithm\fP]
-The compression algorithm to use. Supported types of
-\fIcompression\-algorithm\fP are "none", "zlib". The default preference list
-supports zlib compression, but prefers not to use it. If \-z or \-\-compression
-is specified with no argument, the compression algorithm list is changed to
-"zlib", "none", which means that zlib is the preferred method of compression.
-A somewhat unobvious consequence of -z having an optional argument is that if
-you provide an argument, it must follow directly after the option letter, no
-spaces allowed.
-.TP
-.B \-\-list\-algorithms
-List supported crypto, compression, MAC and hostkey algorithms.
-.TP
-.B \-i, \-\-input\-format=\fIformat\fP
-Accept S-expressions of format \fIformat\fP.
-.TP
-.B \-\-daemonic
-Run in the background, redirect stdio to /dev/null, chdir to /.
-.TP
-.B \-\-enable\-core
-Dump core on fatal errors (disabled by default).
-.TP
-.B \-\-no\-daemonic
-Run in the foreground, with messages to stderr (default).
-.TP
-.B \-\-no\-pid\-file
-Don't use any pid file. Default in non-daemonic mode.
-.TP
-.B \-\-pid\-file=\fIpid\-file\fP
-Create pid file \fIpid\-file\fP. When running in daemonic mode, the default is
-/var/run/lsh_proxy.pid.
-.TP
-.B \-\-debug
-Print huge amounts of debug information.
-.TP
-.B \-q, \-\-quiet
-Suppress all warnings and diagnostic messages.
-.TP
-.B \-\-trace
-Print a detailed program trace.
-.TP
-.B \-\-verbose
-Print verbose diagnostic messages.
-.TP
-.B \-?, \-\-help
-Show summary of options.
-.TP
-.B \-\-usage
-Give a short usage message.
-.TP
-.B \-V, \-\-version
-Show version of program.
-.SH SEE ALSO
-.BR lshc (1).
-.BR lshd (8)
-.BR
-The programs are documented fully by
-.IR "Lsh" ,
-available via the Info system.
-.SH AUTHOR
-This manual page was written by Robert Bihlmeyer <robbe@orcus.priv.at>,
-for the Debian GNU/Linux system (but may be used by others).
Index: experimental/debian/mans/lsh-authorize.1
===================================================================
--- experimental/debian/mans/lsh-authorize.1 (revision 5)
+++ experimental/debian/mans/lsh-authorize.1 (nonexistent)
@@ -1,49 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH LSH-AUTHORIZE 1 "Apr 15, 2002" lsh-authorize "lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-lsh-authorize \- Authorize keys for the current account.
-.SH SYNOPSIS
-.B lsh-authorize
-.I key-file ...
-.SH DESCRIPTION
-For each \fIkey-file\fP, add the contained key to the list of keys that unlock the current
-account.
-.SH OPTIONS
-These programs follow the usual GNU command line syntax, with long
-options starting with two dashes (`-').
-A summary of options is included below.
-.TP
-.B \-\-help
-Show summary of options.
-.SH SEE ALSO
-.BR lsh-keygen (1),
-.BR lsh-writekey (1),
-.BR sexp-conv (1),
-.BR ssh-conv (1),
-.BR lshc (1),
-.BR lshd (8).
-.BR
-The lsh programs (including this one) are documented fully by
-.IR "Lsh" ,
-available via the info system
-.SH AUTHOR
-This manual page was originally written by
-Robert Bihlmeyer <robbe@orcus.priv.at> for the Debian GNU/Linux system
-(but may be used by others), with heavily modifications by
-Timshel Knoll <timshel@debian.org>
-
Index: experimental/debian/mans/ssh-conv.1
===================================================================
--- experimental/debian/mans/ssh-conv.1 (revision 5)
+++ experimental/debian/mans/ssh-conv.1 (nonexistent)
@@ -1,42 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH LSH 1 "May 25, 2000"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-ssh-conv \- convert a SSH2 public key to sexp format
-.SH SYNOPSIS
-.B ssh-conv
-.SH DESCRIPTION
-This manual page documents briefly the
-.B ssh-conv
-command.
-This manual page was written for the Debian GNU/Linux distribution
-because the original program does not have a manual page.
-Instead, it has documentation in the GNU Info format; see below.
-.PP
-.\" TeX users may be more comfortable with the \fB<whatever>\fP and
-.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
-.\" respectively.
-\fBssh-conv\fP is a program that converts a SSH2 public key to lsh's
-sexp format.
-.SH SEE ALSO
-.BR lshc (1),
-.BR lshd (1),
-.BR lsh-decode-key (1),
-.BR sexp-conv (1).
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@pobox.com>,
-for the Debian GNU/Linux system (but may be used by others).
Index: experimental/debian/mans/lshd.8
===================================================================
--- experimental/debian/mans/lshd.8 (revision 5)
+++ experimental/debian/mans/lshd.8 (nonexistent)
@@ -1,133 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH LSHD 8 "Jul 06 2002" lshd "lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-lshd \- server for the SECSH2 (Secure Shell v2) protocol
-.SH SYNOPSIS
-.B lshd
-.RI [ options ] " files" ...
-.SH DESCRIPTION
-This manual page documents briefly the
-.B lshd
-command.
-This manual page was written for the Debian distribution
-because the original program does not have a manual page.
-Instead, it has documentation in the GNU Info format; see below.
-.PP
-.\" TeX users may be more comfortable with the \fB<whatever>\fP and
-.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
-.\" respectively.
-\fBlshd\fP is a program that listens on a specified port for secure shell
-clients to connect and log in securely from a remote machine.
-.SH OPTIONS
-This program follows the usual GNU command line syntax, with long
-options starting with two dashes (`-').
-A summary of options is included below.
-For a complete description, see the Info files.
-.TP
-.B \-\-debug
-Print huge amounts of debug information.
-.TP
-.B \-q, \-\-quiet
-Suppress all warnings and diagnostic messages.
-.TP
-.B \-\-trace
-Print a detailed program trace.
-.TP
-.B \-v, \-\-verbose
-Print verbose diagnostic messages
-.TP
-.B \-\-kerberos\-passwords
-Recognise kerberos passwords, using the helper program
-\fI/usr/sbin/lsh\-krb\-checkpw\fP (experimental).
-.TP
-.B \-\-login\-shell=\fIprogram\fP
-Use this program as the login shell for all users (experimental).
-.TP
-.B \-\-no\-kerberos\-passwords
-Don't recognise kerberos passwords (default).
-.TP
-.B \-\-no\-password
-Disable password user authentication.
-.TP
-.B \-\-no\-publickey
-Disable publickey user authentication.
-.TP
-.B \-\-no\-root\-login
-Don't allow root to login (default)
-.TP
-.B \-\-password
-Enable password authentication (enabled by default).
-.TP
-.B \-\-password\-helper=\fIhelper-program\fP
-Use the named helper program for password verification (experimental).
-PAM passwords can be enabled by specifying
-\fI\-\-password\-helper=/usr/sbin/lsh-pam-checkpw\fP.
-.TP
-.B \-\-publickey
-Enable publickey user authentication (enabled by default).
-.TP
-.B \-\-root\-login
-ALlow root to login.
-.TP
-.B \-\-pty\-support
-.B \-\-no\-pty\-support
-Enable pty allocation (enabled by default).
-.TP
-.B \-\-subsystems=\fIname\fP=\fIprogram\fP[,\fIname\fP=\fIprogram\fP...]
-Lists subsystems to enable connections to (experimental).
-For example:
-\fI\-\-subsystems=sftp=/usr/sbin/sftp-server,foosystem=/usr/bin/foo\fP.
-.TP
-.B \-\-daemonic
-Run in the background, redirect stdio to \fI/dev/null\fP, chdir to / and write
-messages to syslog.
-.TP
-.B \-\-enable\-core
-Dump core on fatal errors (disabled by default).
-.TP
-.B \-\-no\-daemonic
-Run in the foreground, which messages to stderr (default).
-.TP
-.B \-\-no\-pid\-file
-Don't use any pid file. Default in non-daemonic mode.
-.TP
-.B \-\-no\-syslog
-Don't use syslog (by default, syslog is used when running in daemonic mode).
-.TP
-.B \-\-pid\-file[=\fIfile-name\fP]
-Create a pid file. When running in daemonic mode, the default is
-\fI/var/run/lshd.pid\fP.
-.TP
-.B \-?, \-\-help
-Show summary of options.
-.TP
-.B \-\-usage
-Show a short usage message.
-.TP
-.B \-V, \-\-version
-Show version of program.
-.SH SEE ALSO
-.BR lshc (1),
-.BR lshd (8).
-.BR
-The programs are documented fully by
-.IR "Lsh" ,
-available via the Info system.
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: experimental/debian/mans/lsh-server-config.8
===================================================================
--- experimental/debian/mans/lsh-server-config.8 (revision 5)
+++ experimental/debian/mans/lsh-server-config.8 (nonexistent)
@@ -1,45 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH lsh-server-config 8 "Jul 26, 2000" LSH "lsh Manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-lsh-server-config \- (re-)configure the lsh-server (lshd)
-.SH SYNOPSIS
-.B lsh-server-config
-.RI [ --from-postinst ]
-.SH DESCRIPTION
-This manual page documents briefly the
-.B lsh-server-config
-command.
-.PP
-.\" TeX users may be more comfortable with the \fB<whatever>\fP and
-.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
-.\" respectively.
-\fBlsh-server-config\fP is a program that configures/reconfigures the
-lsh-server package on Debian GNU systems.
-.SH OPTIONS
-.TP
-.B \-\-from\-postinst
-Indicates that the script is being called from lsh-server's postinst.
-You should never need to use this.
-.SH FILES
-.BR /etc/default/lsh-server
-.SH SEE ALSO
-.BR lshd (8),
-.br
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: experimental/debian/mans/sexp-conv.lsh-utils.1
===================================================================
--- experimental/debian/mans/sexp-conv.lsh-utils.1 (revision 5)
+++ experimental/debian/mans/sexp-conv.lsh-utils.1 (nonexistent)
@@ -1,94 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH SEXP-CONV 1 "Apr 19, 2002" sexp-conv "Lsh Manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-sexp_conv \- convert s-expression to a different encoding
-.SH SYNOPSIS
-.B sexp_conv
-.RI [ options ]
-.SH DESCRIPTION
-This manual page documents briefly the
-.B sexp_conv
-command.
-This manual page was written for the Debian GNU/Linux distribution
-because the original program does not have a manual page.
-Instead, it has documentation in the GNU Info format; see below.
-.PP
-.\" TeX users may be more comfortable with the \fB<whatever>\fP and
-.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
-.\" respectively.
-\fBsexp_conv\fP is a program that converts S-expressions (keys and
-most other objects which `lsh' needs to store on disk)
-.SH OPTIONS
-This program follows the usual GNU command line syntax, with long
-options starting with two dashes (`-').
-A summary of options is included below.
-For a complete description, see the Info files.
-.TP
-.B \-\-hash=\fIalgorithm\fP
-Hash algorithm (default: sha1).
-.TP
-.B \-\-once
-Process at most one s-expression.
-.TP
-.B \-\-raw\-hash
-Output the hash for the canonical representation of the object, in hexadecimal.
-.TP
-.B \-\-spki\-hash
-Output an SPKI hash for the object.
-.TP
-.B \-\-debug
-Print huge amounts of debug information.
-.TP
-.B \-q, \-\-quiet
-Supress all warnings and diagnostic messages.
-.TP
-.B \-\-trace
-Detailed trace.
-.TP
-.B \-v, \-\-verbose
-Verbose diagnostic messages.
-.TP
-.B \-i, \-\-input\-format=\fIformat\fP
-Variant of S-expression to accept. Valid S-expression formats are: transport,
-canonical, advanced and international.
-.TP
-.B \-o, \-\-output\-format=\fIformat\fP
-Variant of S-expression to output. Valid S-expression formats are: transport,
-canonical, advanced and international.
-.TP
-.B \-?, \-\-help
-Show summary of options.
-.TP
-.B \-\-usage
-Give a short usage message.
-.TP
-.B \-v, \-\-version
-Show version of program.
-.SH SEE ALSO
-.BR ssh-conv (1),
-.BR lshc (1),
-.BR lshd (8).
-.br
-The programs are documented fully by the
-.IR "sexp"
-section under the
-.IR "Getting Started"
-header of the lsh info page, available via the Info system.
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: experimental/debian/mans/lsh-keygen.1
===================================================================
--- experimental/debian/mans/lsh-keygen.1 (revision 5)
+++ experimental/debian/mans/lsh-keygen.1 (nonexistent)
@@ -1,106 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH LSH-KEYGEN 1 "Aug 21 2002" lsh-keygen "lsh manuals"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-lsh-keygen \- generate a public/private key pair
-.SH SYNOPSIS
-.B lsh-keygen
-.RI [ options ]
-.SH DESCRIPTION
-This manual page documents briefly the
-.B lsh-keygen
-command.
-This manual page was written for the Debian distribution
-because the original program does not have a manual page.
-Instead, it has documentation in the GNU Info format; see below.
-.PP
-.\" TeX users may be more comfortable with the \fB<whatever>\fP and
-.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
-.\" respectively.
-\fBlsh-keygen\fP is a program that generates a public / private key pair in
-\fBSPKI(5)\fP format and writes it to stdout. Usually you will pipe this
-output to \fBlsh-writekey(1)\fP to write it to disk.
-.SH OPTIONS
-This program follows the usual GNU command line syntax, with long
-options starting with two dashes (`-').
-A summary of options is included below.
-For a complete description, see the Info files.
-.TP
-.B \-f, \-\-output\-format=\fIformat\fP
-The output SPKI format to use. Valid values of \fIformat\fP are "transport",
-"canonical", "advanced" and "international". The default format is "transport".
-See also \fBSPKI(5)\fP.
-.TP
-.B \-l, \-\-nist\-level=\fIsecurity\-level\fP
-For DSA keys, this is the NIST security level: level 0 uses 512-bit primes,
-level 8 uses 1024 bit primes, and the default is 8. For RSA keys, it's the bit
-length of the modulus, and the default is 2048 bits.
-.TP
-.B \-a, \-\-algorithm=\fIalgorithm\fP
-The public / private key algorithm to use. This can be either "RSA" or "DSA".
-The default is to generate DSA keys.
-.TP
-.B \-\-server
-Use the server random seed file
-.TP
-.B \-\-debug
-Print huge amounts of debug information.
-.TP
-.B \-\-log\-file=\fIfile\fP
-Append messages to \fIfile\fP.
-.TP
-.B \-q, \-\-quiet
-Suppress all warnings and diagnostic messages.
-.TP
-.B \-\-trace
-Print a detailed program trace.
-.TP
-.B \-v, \-\-verbose
-Print verbose diagnostic messages
-.TP
-.B \-?, \-\-help
-Show summary of options.
-.TP
-.B \-\-usage
-Show a short usage message.
-.TP
-.B \-V, \-\-version
-Show version of program.
-.SH EXAMPLE
-A typical usage of lsh-keygen is:
-
-lsh-keygen -l 8 | lsh-writekey
-
-Which generates a public / private key pair and stores it using
-\fBlsh-writekey(1)\fP.
-.SH BUGS
-lsh-writekey should use \fBrandom(4)\fP rather than a less strong source of
-randomness like \fBurandom(4)\fP where available.
-.SH SEE ALSO
-.BR lsh-writekey (1),
-.BR lsh-make-seed (1),
-.BR lshc (1),
-.BR lshd (8),
-.BR DSA (5),
-.BR SPKI (5).
-.BR
-The programs are documented fully by
-.IR "Lsh" ,
-available via the Info system.
-.SH AUTHOR
-This manual page was written by Timshel Knoll <timshel@debian.org>,
-for the Debian GNU/Linux system (but may be used by others).
Index: experimental/debian/watch
===================================================================
--- experimental/debian/watch (revision 5)
+++ experimental/debian/watch (nonexistent)
@@ -1,5 +0,0 @@
-# use the newest watch file format.
-version=3
-# Site+Directory Pattern Version Script
-opts=dversionmangle=s/cdbs$// \
-ftp://ftp.lysator.liu.se/pub/security/lsh/lsh-([^-]*)\.tar\.gz debian uupdate
Index: experimental/debian/lsh-utils.postinst
===================================================================
--- experimental/debian/lsh-utils.postinst (revision 5)
+++ experimental/debian/lsh-utils.postinst (nonexistent)
@@ -1,49 +0,0 @@
-#! /bin/sh
-# postinst script for lsh-utils
-#
-# see: dh_installdeb(1)
-#
-#
-
-set -e
-
-# summary of how this script can be called:
-# * <postinst> `configure' <most-recently-configured-version>
-# * <old-postinst> `abort-upgrade' <new version>
-# * <conflictor's-postinst> `abort-remove' `in-favour' <package>
-# <new-version>
-# * <deconfigured's-postinst> `abort-deconfigure' `in-favour'
-# <failed-install-package> <version> `removing'
-# <conflicting-package> <version>
-# for details, see http://www.debian.org/doc/debian-policy/ or
-# the debian-policy package
-#
-# quoting from the policy:
-# Any necessary prompting should almost always be confined to the
-# post-installation script, and should be protected with a conditional
-# so that unnecessary prompting doesn't happen if a package's
-# installation fails and the `postinst' is called with `abort-upgrade',
-# `abort-remove' or `abort-deconfigure'.
-
-case "$1" in
- configure)
- /usr/sbin/update-alternatives --install /usr/bin/sexp-conv sexp-conv /usr/bin/sexp-conv.lsh-utils 9 \
- --slave /usr/share/man/man1/sexp-conv.1.gz sexp-conv.1.gz /usr/share/man/man1/sexp-conv.lsh-utils.1.gz
- ;;
-
- abort-upgrade|abort-remove|abort-deconfigure)
-
- ;;
-
- *)
- echo "postinst called with unknown argument \`$1'" >&2
- exit 1
- ;;
-esac
-
-# dh_installdeb will replace this with shell code automatically
-# generated by other debhelper scripts.
-
-#DEBHELPER#
-
-exit 0
Index: experimental/debian/lsh-utils.prerm
===================================================================
--- experimental/debian/lsh-utils.prerm (revision 5)
+++ experimental/debian/lsh-utils.prerm (nonexistent)
@@ -1,40 +0,0 @@
-#! /bin/sh
-# prerm script for lsh-utils
-#
-# see: dh_installdeb(1)
-#
-#
-
-set -e
-
-# summary of how this script can be called:
-# * <prerm> `remove'
-# * <old-prerm> `upgrade' <new-version>
-# * <new-prerm> `failed-upgrade' <old-version>
-# * <conflictor's-prerm> `remove' `in-favour' <package> <new-version>
-# * <deconfigured's-prerm> `deconfigure' `in-favour'
-# <package-being-installed> <version> `removing'
-# <conflicting-package> <version>
-# for details, see http://www.debian.org/doc/debian-policy/ or
-# the debian-policy package
-
-case "$1" in
- remove|upgrade|deconfigure)
- update-alternatives --remove sexp-conv /usr/bin/sexp-conv.lsh-utils
- ;;
- failed-upgrade)
- ;;
- *)
- echo "prerm called with unknown argument \`$1'" >&2
- exit 1
- ;;
-esac
-
-# dh_installdeb will replace this with shell code automatically
-# generated by other debhelper scripts.
-
-#DEBHELPER#
-
-exit 0
-
-
Index: experimental/debian/copyright
===================================================================
--- experimental/debian/copyright (revision 5)
+++ experimental/debian/copyright (nonexistent)
@@ -1,40 +0,0 @@
-This package was debianized by Timshel Knoll <timshel@debian.org> on
-Thu, 25 May 2000 13:13:39 +1000. Package based on initial work by
-Robert Bihlmeyer <robbe@orcus.priv.at>
-
-It was downloaded from ftp://ftp.lysator.liu.se/pub/security/lsh/
-
-Upstream Authors: Niels Möller <nisse@lysator.liu.se>
- Balázs Scheidler
- Many others, too numerous to list here. See the file
- `/usr/share/doc/lsh-utils/AUTHORS' for a more complete list of
- the authors and licenses the of various lsh components.
-
-Copyright:
-
- Copyright (C) 1999 Niels Möller
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License, or
- (at your option) any later version.
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-
-On Debian GNU/Linux systems, the complete text of the GNU General
-Public License can be found in `/usr/share/common-licenses/GPL'.
-
-Some of the components of lsh are licensed under the GNU Lesser
-General Public License (LGPL) which can be found (on Debian GNU
-systems) in the file `/usr/share/common-licenses/LGPL'
-
-Other components of lsh are from the public domain. For a more
-complete list of the authors and licenses of various components
-within lsh, see the file `/usr/share/doc/lsh-utils/AUTHORS'
-
- -- Timshel Knoll <timshel@debian.org> Tue, 18 Jul 2000 19:40:07 +1000
-
Index: experimental/debian
===================================================================
--- experimental/debian (revision 5)
+++ experimental/debian (nonexistent)
/experimental/debian
Property changes:
Deleted: mergeWithUpstream
## -1 +0,0 ##
-1
\ No newline at end of property