Subversion Repositories lsh

Compare Revisions

Ignore whitespace Rev 27 → Rev 20

/tags/2.0.4-dfsg-2/debian/lsh-doc.doc-base
File deleted
/tags/2.0.4-dfsg-2/debian/watch
File deleted
/tags/2.0.4-dfsg-2/debian/lsh-client.install
File deleted
/tags/2.0.4-dfsg-2/debian/copyright
File deleted
/tags/2.0.4-dfsg-2/debian/lsh-utils.docs
File deleted
/tags/2.0.4-dfsg-2/debian/lsh-server.postinst
File deleted
/tags/2.0.4-dfsg-2/debian/NEWS
File deleted
/tags/2.0.4-dfsg-2/debian/lsh-server.postrm
File deleted
/tags/2.0.4-dfsg-2/debian/lsh-utils.manpages
File deleted
/tags/2.0.4-dfsg-2/debian/lsh-server.init.d
File deleted
/tags/2.0.4-dfsg-2/debian/README.Debian
File deleted
/tags/2.0.4-dfsg-2/debian/po/templates.pot
File deleted
/tags/2.0.4-dfsg-2/debian/po/pt.po
File deleted
/tags/2.0.4-dfsg-2/debian/po/da.po
File deleted
/tags/2.0.4-dfsg-2/debian/po/cs.po
File deleted
/tags/2.0.4-dfsg-2/debian/po/ru.po
File deleted
/tags/2.0.4-dfsg-2/debian/po/fr.po
File deleted
/tags/2.0.4-dfsg-2/debian/po/sv.po
File deleted
/tags/2.0.4-dfsg-2/debian/po/de.po
File deleted
/tags/2.0.4-dfsg-2/debian/po/nl.po
File deleted
/tags/2.0.4-dfsg-2/debian/po/nn.po
File deleted
/tags/2.0.4-dfsg-2/debian/po/POTFILES.in
File deleted
/tags/2.0.4-dfsg-2/debian/po/vi.po
File deleted
/tags/2.0.4-dfsg-2/debian/lsh-doc.docs
File deleted
/tags/2.0.4-dfsg-2/debian/control
File deleted
/tags/2.0.4-dfsg-2/debian/lsh-doc.info
File deleted
/tags/2.0.4-dfsg-2/debian/compat
File deleted
/tags/2.0.4-dfsg-2/debian/lsh-doc.manpages
File deleted
/tags/2.0.4-dfsg-2/debian/lsh-server.manpages
File deleted
/tags/2.0.4-dfsg-2/debian/patches/40_better_errmsg_when_dotlsh_missing.dpatch
File deleted
Property changes:
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: 2.0.4-dfsg-2/debian/patches/20_sftp-server_mansection.dpatch
===================================================================
--- 2.0.4-dfsg-2/debian/patches/20_sftp-server_mansection.dpatch (revision 27)
+++ 2.0.4-dfsg-2/debian/patches/20_sftp-server_mansection.dpatch (nonexistent)
@@ -1,19 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 20_sftp-server_mansection.dpatch by <magnus@proffe.kibibyte.se>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: Invent manual section 8lsh for lsh's sftp-server
-
-@DPATCH@
-diff -urNad trunk~/src/sftp/sftp-server.8 trunk/src/sftp/sftp-server.8
---- trunk~/src/sftp/sftp-server.8 2006-05-08 21:11:17.000000000 +0200
-+++ trunk/src/sftp/sftp-server.8 2007-10-03 20:48:35.000000000 +0200
-@@ -22,7 +22,7 @@
- .\" maintainers of the package you received this manual from and make your
- .\" modified versions available to them.
- .\"
--.TH SFTP-SERVER 8 "NOVEMBER 2004" SFTP-SERVER "Lsh Manuals"
-+.TH SFTP-SERVER 8lsh "NOVEMBER 2004" SFTP-SERVER "Lsh Manuals"
- .SH NAME
- sftp-server - Server for the sftp subsystem
- .SH SYNOPSIS
/2.0.4-dfsg-2/debian/patches/20_sftp-server_mansection.dpatch
Property changes:
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: 2.0.4-dfsg-2/debian/patches/00list
===================================================================
--- 2.0.4-dfsg-2/debian/patches/00list (revision 27)
+++ 2.0.4-dfsg-2/debian/patches/00list (nonexistent)
@@ -1,3 +0,0 @@
-20_sftp-server_mansection
-30_nonettle
-40_better_errmsg_when_dotlsh_missing
Index: 2.0.4-dfsg-2/debian/patches/30_nonettle.dpatch
===================================================================
--- 2.0.4-dfsg-2/debian/patches/30_nonettle.dpatch (revision 27)
+++ 2.0.4-dfsg-2/debian/patches/30_nonettle.dpatch (nonexistent)
@@ -1,27 +0,0 @@
-#!/bin/sh
-## 30_nonettle.dpatch by Magnus Holmgren <magnus@kibibyte.se>
-##
-## DP: Link dynamically with libnettle-dev instead of the bundled version
-
-set -e
-FILES=`find src -name nettle -prune -o -name Makefile.in -print`
-
-dpatch_patch() {
- if [ ! -f debian/patched/30_nonettle_orig.tar.gz ]; then
- tar -czf debian/patched/30_nonettle_orig.tar.gz $FILES
- sed -ri -e '/^LDADD/s%(\.\.?/)*nettle/libnettle\.a%-lnettle%' \
- -e 's%\s*(-[IL]\s*)?(\.\.?/)*\bnettle(/libnettle\.a)?\b%%g' $FILES
- mv src/nettle src/nettle-unused
- fi
-}
-
-dpatch_unpatch() {
- if [ -f debian/patched/30_nonettle_orig.tar.gz ]; then
- mv src/nettle-unused src/nettle
- tar -xzf debian/patched/30_nonettle_orig.tar.gz
- fi
-}
-
-DPATCH_LIB_NO_DEFAULT=1
-
-. /usr/share/dpatch/dpatch.lib.sh
Index: 2.0.4-dfsg-2/debian/scripts/lsh-server-config
===================================================================
--- 2.0.4-dfsg-2/debian/scripts/lsh-server-config (revision 27)
+++ 2.0.4-dfsg-2/debian/scripts/lsh-server-config (nonexistent)
@@ -1,47 +0,0 @@
-#!/bin/sh -e
-#
-# Script to (re-)configure the lsh-server package.
-#
-# Copyright (C) 2000, 2001 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.
-
-LSHD_DEFAULTS="/etc/default/lsh-server"
-LSHD_PORT=
-SSH1_FALLBACK=
-
-HOST_KEY="/etc/lsh_host_key"
-RANDOM_SEED="/var/spool/lsh/yarrow-seed-file"
-
-if [ ! -f "$RANDOM_SEED" ] ; then
- echo "Generating random seed $RANDOM_SEED"
- lsh-make-seed --server --output-file "$RANDOM_SEED"
-fi
-
-# Generate a hostkey, if none already exist
-# FIXME: should this convert an existing OpenSSH/SSH1 hostkey if one exists?
-if [ ! -f "$HOST_KEY" ] ; then
- printf "Generating a new host key: $HOST_KEY"
- lsh-keygen --server --nist-level 8 | \
- lsh-writekey --server --output-file "$HOST_KEY"
- echo " done."
-fi
-
-# Emacs stuff:
-# Local-Variables:
-# sh-indent: 3
-# End:
Index: 2.0.4-dfsg-2/debian/changelog
===================================================================
--- 2.0.4-dfsg-2/debian/changelog (revision 27)
+++ 2.0.4-dfsg-2/debian/changelog (nonexistent)
@@ -1,472 +0,0 @@
-lsh-utils (2.0.4-dfsg-2) unstable; urgency=low
-
- * 40_better_errmsg_when_dotlsh_missing.dpatch (new): In unix_random.c,
- check whether the seed file exists before trying to lock it, and give
- the hint about running lsh-make-seed if it doesn't (Closes: #485856).
- * Update doc-base section of lsh-doc to match current structure.
- * Remove inactive maintainer as requested by the MIA team and put myself
- in charge (Closes: #487137).
- * Upgrade lsh-client's Recommends of lsh-utils to a Depends. It's not
- huge and lsh-client is almost useless without it in most cases
- (Closes: #481073).
- * Use --as-needed to avoid unnecessary dependencies.
-
- -- Magnus Holmgren <holmgren@debian.org> Wed, 25 Jun 2008 16:40:16 +0200
-
-lsh-utils (2.0.4-dfsg-1) unstable; urgency=low
-
- * New upstream release (Closes: #422199)
- - Repackaged without non-free RFC (src/nettle/testsuite/rfc1750.txt)
- (Closes: #408490).
- - Drop 01_fix_manpages.dpatch; incorporated upstream.
- - Fixes X11 forwarding bug.
- * New co-maintainer added.
- * Rename lsh-utils-doc as lsh-doc. We'll rename the source package after
- Sarge is gone.
- * Drop the tarball-in-tarball format and ship a "normal" .orig.tar.gz.
- - Drop 02_fix_perms.dpatch.
- - Add some extra cleanup in debian/rules.
- * Increase Standards-Version to 3.7.3. No changes needed.
- * Put some more docs in the packages: README and ChangeLog is now in all
- packages, AUTHORS in lsh-utils. Update debian/copyright to refer to
- /usr/share/doc/lsh-utils/AUTHORS (Closes: #421108).
- * debian/control: Use ${binary:Version} substitution variable instead of
- ${source-version}.
- * Review Build-depends: Drop patchutils, comerr-dev (redundant),
- po-debconf (redundant), xutils (makes no difference); add
- autotools-dev, scsh-0.6 (as alternative to guile-1.6).
- * Drop lshc, the deprecated alias for lsh (Closes: #417426).
- * 30_nonettle.dpatch: Link dynamically with libnettle-dev instead of
- statically with the bundled nettle (Closes: #412138).
- * Don't provide sexp-conv; let lsh-client depend on nettle-bin instead.
- * Move lsftp and lcp to lsh-client.
- * Put sftp-server in /usr/lib/lsh-server and put the manpage in section
- 8lsh instead of renaming it (new 20_sftp-server_mansection.dpatch).
- * Ship lsh.html in lsh-doc.
- * Add doc-base entry.
- * debian/control: Add Homepage field.
- * debian/watch: Update dversionmangle to strip -dfsg suffix.
-
- -- Magnus Holmgren <holmgren@debian.org> Thu, 01 May 2008 19:22:18 +0200
-
-lsh-utils (2.0.2-1.1) unstable; urgency=low
-
- * Non-maintainer upload to fix longstanding l10n issues
- * Debconf templates translations:
- - Swedish added. Closes: #351641
- - Portuguese added. Sent during the call for updates of the NMU campaign.
- * Lintian fixes:
- - Do not Build-depend on build-essential
- - Add a very basic LSB header to the init script
-
- -- Christian Perrier <bubulle@debian.org> Wed, 13 Dec 2006 22:02:11 +0100
-
-lsh-utils (2.0.2-1) unstable; urgency=low
-
- * New upstream release
- * The fd leak in the server is known as CVE-2006-0353
- * Support for aes256-ctr.
- * Newer nettle library.
- * Fix for some more fd leaks, but none in the debian default
- configuration.
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Sat, 28 Jan 2006 05:42:16 +0100
-
-lsh-utils (2.0.1cdbs-4) unstable; urgency=high
-
- * Remove silly debconf questions and correct others. (Closes: Bug#337026)
- * Switch to dpatch.
- * Make lsh-utils build on a grsecurity system.
- * Remove /var/spool/lsh upon purge.
- * Update Vietnamese debconf translation.
- * Update German debconf translation.
- * Update Danish debconf translation.
- * Update Czech debconf translation.
- * Update Dutch debconf translation.
- * Update Russian debconf translation. (Closes: Bug#349180)
- * Update French debconf translation. (Closes: Bug#348822)
- * Have lsh-server provide ssh-server. (Closes: Bug#348844)
- * Update the watch file format version to the latest (3).
- * Have uscan remove the "cdbs" version extension.
- * Fix fd leak in the lsh-server.
- This is to be security related, so upload it with a high urgency.
- (Closes: Bug#349303)
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Sun, 22 Jan 2006 06:30:43 +0100
-
-lsh-utils (2.0.1cdbs-3) unstable; urgency=low
-
- * The 2.0 release removed the "pesky" identity file error.
- (Closes: Bug#214167)
- * Update Danish debconf translation.
- * Update Vietnamese debconf translation.
- * Update French debconf translation. (Closes: Bug#347543)
- * Update Russian debconf translation. (Closes: Bug#348138)
- * Do not regenerate debian/rules. (Closes: Bug#347891)
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Sun, 15 Jan 2006 21:02:36 +0100
-
-lsh-utils (2.0.1cdbs-2) unstable; urgency=low
-
- * No longer build-depend on xlibs-dev, use libxau-dev instead.
- (Closes: Bug#347143)
- * Depend on comerr-dev too, otherwise kerberos support would be broken.
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Thu, 12 Jan 2006 19:34:23 +0100
-
-lsh-utils (2.0.1cdbs-1) unstable; urgency=low
-
- * Change the build system to cdbs.
- (And hopefully don't introduce any new bugs.)
- * Make lintian happy with the odieresis in the manpages.
- * Fix debian/control, so it can be autogenerated by cdbs.
- * Conflict lsh, and rename lshc to lsh.
- * Include a small shell script to notify users.
- * Make stop act the same way graceful-stop was doing already.
- This helps not to accidently kill your own lsh connection.
- * Update debconf po files.
- * Update the German debconf translation.
- * Remove the SSH1 notice from lsh-server's package description.
- * Make the lsh-server package suggest lsh-client or openssh-client.
- * Add a small note on how to use the lsh client. (Closes: Bug#109899)
- * No longer FTBFS because of wrong debian/rules. (Closes: Bug#344747)
- * Update Czech translation. (Closes: Bug#345141)
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Mon, 9 Jan 2006 00:36:44 +0100
-
-lsh-utils (2.0.1-5) unstable; urgency=low
-
- * Make lsh-utils depend on lsh-client. (Closes: Bug#338014)
- * Fix lshg to look for lshc instead of lsh. (Closes: Bug#320554)
- * Fix lcp to look for lshc instead of lsh. (Closes: Bug#338015)
- * Add lcp manpage. (Closes: Bug#338017)
- * Clarify package description. lsh should be considered stable now.
- (Closes: Bug#211317)
- * Update Russian debconf translation. (Closes: Bug#338170)
- * Update French debconf translation. (Closes: Bug#338104)
- * Update Danish debconf translation. (Closes: Bug#337017)
- * Change guile1.4-slib to guile-1.6 since slib.scm is included
- with guile-1.6-libs, and we need the scheme interpreter.
- * Add myself to the uploaders list.
- * Approve NMUs.
- (Closes: Bug#300496,Bug#318211,Bug#326328,Bug#326329,Bug#332012)
- (Closes: Bug#271911,Bug#312617,Bug#313975,Bug#304697,Bug#319933)
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Thu, 10 Nov 2005 21:36:44 +0100
-
-lsh-utils (2.0.1-4.2) unstable; urgency=low
-
- * NMU.
- * Make sftp support availible via debconf. (Closes: Bug#304697)
- * Rebuild against libreadline5 and change build-deps.
- (Closes: Bug#326328,Bug#326329)
- * Rebuild with fixed debconf deps. (Closes: Bug#332012)
- * Update FSF address in debian/copyright.
- * Add czech po file. (Closes: Bug#319933)
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Mon, 31 Oct 2005 14:21:54 +0100
-
-lsh-utils (2.0.1-4.1) unstable; urgency=low
-
- * NMU.
- * Trigger a rebuild to build against libgmp3c2. (Closes: Bug#318211)
- * Make lsh-server suggest openssh-client or ssh.
- * Fix Package description (Closes: Bug#271911)
- * Add vietnamese debconf localization. (Closes: Bug#312617)
- * Update german debconf localization. (Closes: Bug#313975)
- * Rebuild fixes lshc host-acls (Closes: Bug#300496)
- * Bump standards-version, no changes needed. (make lintian happy)
-
- -- Stefan Pfetzing <dreamind@dreamind.de> Sun, 14 Aug 2005 17:04:55 +0200
-
-lsh-utils (2.0.1-4) unstable; urgency=high
-
- * Trigger a rebuild, because the i386 package wasn't built properly.
- (Closes: Bug#309365)
-
- -- Simon Law <sfllaw@debian.org> Mon, 16 May 2005 16:54:00 -0400
-
-lsh-utils (2.0.1-3) unstable; urgency=high
-
- * Remove the unnecessary nettle-lfib-stream program. (Closes: Bug#308233)
-
- -- Simon Law <sfllaw@debian.org> Mon, 9 May 2005 19:25:56 -0400
-
-lsh-utils (2.0.1-2.1) unstable; urgency=high
-
- * NMU
- * Remove --nist-level option to lsh-keygen since it has changed to using RSA
- keys now and the old --nist-level setting breaks it. Closes: #301968
- * High urgency upload since 2.0.1 is needed in testing due to the security
- fix.
-
- -- Joey Hess <joeyh@debian.org> Sat, 9 Apr 2005 15:02:22 -0400
-
-lsh-utils (2.0.1-2) unstable; urgency=high
-
- * Fix up path resolution problems. (Closes: Bug#301039)
- Thanks to Stefan Pfetzing <dreamind@dreamind.de>
- * Added a build-depends on m4. (Closes: Bug#300874)
- * Denial of service attack is now known as CAN-2005-0814.
-
- -- Simon Law <sfllaw@debian.org> Sat, 26 Mar 2005 13:29:27 -0500
-
-lsh-utils (2.0.1-1) unstable; urgency=high
-
- * New upstream release
- - Fix denial of service attack documented in CAN-2005-0389
-
- -- Simon Law <sfllaw@debian.org> Fri, 18 Mar 2005 17:24:10 -0500
-
-lsh-utils (2.0-1) unstable; urgency=high
-
- * New upstream release.
- * Remove extraneous symlinks. (Closes: Bug#291010)
- * Acknowledge NMUs. (Closes: Bug#293020, Bug#255643)
-
- -- Simon Law <sfllaw@debian.org> Thu, 17 Mar 2005 18:51:12 -0500
-
-lsh-utils (1.4.2-8.2) unstable; urgency=low
-
- * Non-maintainer upload with maintainer"s agreement
- * Fix FTBFS with gcc-4.0 for amd64 builds
- Thanks to Andreas Jochens for providing the patch
- Closes: #293020
-
- -- Christian Perrier <bubulle@debian.org> Tue, 1 Feb 2005 07:10:17 +0100
-
-lsh-utils (1.4.2-8.1) unstable; urgency=low
-
- * Non-maintainer upload with maintainer's agreement
- for fixing longstanding l10n issues
- * Translations:
- - French added. Closes: #255643
- - Danish added. Thanks to Claus Hindsgaul
- - Russian added. Thanks to Yuri Kozlov
- - Norwegian Nynorsk added. Thanks to HÃ¥vard Korsvoll
- - Dutch added. Thanks to Luk Claes.
- * Typo fixes in templates (translations unfuzzied):
- - s/woul dlike/would like
- - s/ifyou/if you
-
- -- Christian Perrier <bubulle@debian.org> Thu, 13 Jan 2005 23:29:09 +0100
-
-lsh-utils (1.4.2-8) unstable; urgency=medium
-
- * Register sexp-conv with the alternatives system so that it doesn't
- conflict with the binary of the same name (and function) shipped with
- nettle-bin (Closes: Bug#274772)
- - This kludge brought to you by Marek Habersack <grendel@debian.org>.
-
- -- Simon Law <sfllaw@debian.org> Sun, 5 Dec 2004 15:15:59 -0500
-
-lsh-utils (1.4.2-7) unstable; urgency=low
-
- * New maintainer.
- * Fix build problem. (Closes: Bug#242040)
- * Use gettext-based Debconf templates. Thanks to Martin Quinson.
- (Closes: Bug#239870)
- * Upgraded to Policy 3.6.1.
- * Upgraded to Debhelper 4.
-
- -- Simon Law <sfllaw@debian.org> Wed, 2 Jun 2004 17:56:39 -0400
-
-lsh-utils (1.4.2-6) unstable; urgency=HIGH
-
- * Applied patch to fix root security hole (closes: #211662)
- * Build kerberos support against heimdal rather than krb (closes: #199067)
-
- -- Timshel Knoll <timshel@debian.org> Sat, 20 Sep 2003 11:42:27 +1000
-
-lsh-utils (1.4.2-5) unstable; urgency=low
-
- * debian/control: Removed alternative of scsh in place of guile1.4-slib from
- Build-Depends, we really need the latter to build lsh. (closes: #192771)
-
- -- Timshel Knoll <timshel@debian.org> Sun, 8 Jun 2003 17:44:58 +1000
-
-lsh-utils (1.4.2-4) unstable; urgency=low
-
- * Just Build-Depend on liboop-dev, not liboop4-dev | liboop-dev (there is
- no liboop4-dev, whoops!) (closes: #192172)
- * lsh-server: Added lintian override for missing-debconf-dependency
- (lsh-server falls back to asking the user if debconf isn't installed)
-
- -- Timshel Knoll <timshel@debian.org> Thu, 8 May 2003 02:24:52 +1000
-
-lsh-utils (1.4.2-3) unstable; urgency=low
-
- * debian/control: Priority: extra; lsh-utils-doc changed to Section: doc
- * Policy 3.5.9
- * Re-compile against liboop4
-
- -- Timshel Knoll <timshel@debian.org> Wed, 30 Apr 2003 23:08:41 +1000
-
-lsh-utils (1.4.2-2) unstable; urgency=low
-
- * debian/control: Build-Depend on xutils (closes: #160666)
- * Rename sftp-server to sftp-server.lsh to work around name conflict with
- ssh's sftp-server. (closes: #160611) Maybe this should eventually be
- handled with alternatives?
-
- -- Timshel Knoll <timshel@debian.org> Fri, 13 Sep 2002 11:14:43 +1000
-
-lsh-utils (1.4.2-1) unstable; urgency=low
-
- * New upstream release, a number of new programs come in this release
- * debian/control: Added lots of new Build-Depends: for 1.4.x series:
- + liboop-dev required for main lsh servers
- + xlibs-dev the lshc client now supports X11 forwarding and hence
- links with libXau: yay!
- + libkrb5-dev for the lsh-krb-checkpw password helper program. This is
- still not working however, see README.Debian for details,
- but I've left the Build-Dep here in stubborn hope :-)
- + libwrap-dev For lots of the lsh programs to use the TCP wrappers
- + libpam-dev Required for the lsh-pam-checkpw password helper program
- + libreadline-dev Required for lsftp's the interactive mode
- * debian/lsh-server.{config,templates,postrm}: ask whether to remove
- host keys when lsh-server is purged, all versions of lshd from now on
- should not disconnect users when the server is restarted - very useful
- when lsh'd into a box doing an "apt-get install lsh-server" !!! :-)
- * debian/lsh-server.config: modularised. Now uses a function
- for each debconf question, and has an array of function references.
- Check it out :-)
- * debian/mans/<lots-of-stuff>:
- Added manpages for new programs, updated some existing manpages
- * lshd now needs a random seed file, which needs to be generated before lshd
- can be run. Unfortunately, this operation requires user input, so this
- can't really be done in the postinst (problems with debconf etc.). This
- also means that the host key can't be generated in the postinst, since
- lsh-keygen and lsh-writekey both need the random seed to exist.
- * debian/lsh-server.init.d: generate the host key here if the random seed
- exists, fail if it doesn't.
-
- -- Timshel Knoll <timshel@debian.org> Wed, 11 Sep 2002 12:42:56 +1000
-
-lsh-utils (1.2.5-3) unstable; urgency=low
-
- * debian/control:
- - Updated description to remove "export from US is illegal" information
- - Removed France from the list of countries where crypto may be illegal
- * debian/mans/{srp-gen.1,sexp-conv.1}: manpage neatened / errors fixed
- * debian/scripts/lsh-server-config, debian/lsh-server.postrm:
- Also create / remove /etc/ssh/sshd_not_to_be_run at appropriate times to
- prevent sshd from being run, not just /etc/ssh/NOSERVER
- * debian/lsh-server.init.d: fixed issues with ssh1 fallback, it didn't work
- before (typo in variable names)
-
- -- Timshel Knoll <timshel@debian.org> Mon, 15 Apr 2002 22:41:58 +1000
-
-lsh-utils (1.2.5-2) unstable; urgency=low
-
- * Packages moved into main from non-US, yay! Now Section: net
- * Fixed &>/dev/null bash-ism redirects in upstream's lsh-authorize
- replaced with >/dev/null 2>&1
- * debian/control: fixed misspelling in -doc package description
- (closes: #125097)
- * src/lsh.c: changed "lsh" references to "lshc" (closes: #109898)
-
- -- Timshel Knoll <timshel@debian.org> Wed, 27 Mar 2002 01:07:34 +1100
-
-lsh-utils (1.2.5-1) unstable; urgency=low
-
- * New upstream release
- * Added German debconf translation (thanks to Sebastian Feltel)
- (closes: #114339)
- * debian/copyright: fixed misspelling, common-licences -> common-licenses
-
- -- Timshel Knoll <timshel@debian.org> Tue, 30 Oct 2001 15:44:43 +1100
-
-lsh-utils (1.2.3-1) unstable; urgency=low
-
- * New upstream release
- * debian/control: Don't Build-Depend on libgmp2-dev (closes: #104285)
-
- -- Timshel Knoll <timshel@debian.org> Thu, 12 Jul 2001 11:26:47 +1000
-
-lsh-utils (1.2.2-2) unstable; urgency=low
-
- * Applied Niel's IPv6 patch, to get lshd working on systems without IPv6
- (closes: Bug#97623)
-
- -- Timshel Knoll <timshel@debian.org> Wed, 23 May 2001 09:38:03 +1000
-
-lsh-utils (1.2.2-1) unstable; urgency=low
-
- * New upstream release
-
- -- Timshel Knoll <timshel@debian.org> Sat, 12 May 2001 23:58:20 +1000
-
-lsh-utils (1.2.1-1) unstable; urgency=low
-
- * New upstream release
-
- -- Timshel Knoll <timshel@debian.org> Sat, 21 Apr 2001 21:52:01 +1000
-
-lsh-utils (1.2-1) unstable; urgency=low
-
- * New upstream release
- * Fixes do debian/installmans.pl's manpage section regex and sanity
- checking
- * Added manpage for new binary lshg (in lsh-client package), did
- some updates for the lshc binary as options have been added.
- * Heaps of packaging fixes/updates.
-
- -- Timshel Knoll <timshel@debian.org> Thu, 12 Apr 2001 13:02:27 +1000
-
-lsh-utils (1.0.2-3) unstable; urgency=low
-
- * debian/control: Split into 4 packages, lsh-utils, lsh-client,
- lsh-server and lsh-utils-doc, Standards-Version: 3.5.2,
- Build-Depends: zlib1g-dev -> libz-dev, added guile1.4-slib | scsh
- * Pulled original upstream configure script back in and modified that
- rather than re-generating with autoconf, which made for a huge .diff.gz.
- * lsh-server package debconf-ized, lsh-server-config script added
- to configure lshd.
- * debian/rules: Added support for DEB_BUILD_OPTIONS=nostrip,debug
-
- -- Timshel Knoll <timshel@debian.org> Mon, 9 Apr 2001 23:59:47 -0700
-
-lsh-utils (1.0.2-2) unstable; urgency=low
-
- * Changed order of ./configure checks for gmp.h and gmp2/gmp.h to fix
- compile failure - this now checks for gmp2/gmp.h first and thus fixes
- the problem. This compile is against libgmp3.
- * debian/installmans.pl: perl Debian::Debhelper program to install manpages
- properly - this replaces the dh_installmanpages call in debian/rules
- which will mean that manpages are installed under their correct names.
- (ie. lsh.1 will be installed as lshc.1) (closes: Bug#88197).
- * debian/control: Standards-Version: 3.1.1, Build-Depends: added
- (including texinfo and libgmp2-dev | libgmp3-dev
- - (closes: Bug#79645, Bug#84532)).
- * debian/rules: Removed call to obsolete dh_suidregister.
- * debian/init.d: changed default port of lshd from 2223 to 2222 (it should
- have been this from the start, since ssh runs on port 22 _not_ 23). :-)
-
- -- Timshel Knoll <timshel@debian.org> Tue, 13 Mar 2001 09:54:33 +1100
-
-lsh-utils (1.0.2-1) unstable; urgency=low
-
- * New upstream release (closes: Bug#75042)
-
- -- Timshel Knoll <timshel@debian.org> Tue, 12 Dec 2000 11:38:13 +1100
-
-lsh-utils (1.0.1-2) unstable; urgency=low
-
- * Fixed typo in debian/postinst (lsh_writekey needs -o before output
- filename) (closes: Bug#71240)
-
- -- Timshel Knoll <timshel@debian.org> Mon, 18 Sep 2000 23:52:02 +1100
-
-lsh-utils (1.0.1-1) unstable; urgency=low
-
- * New upstream release
-
- -- Timshel Knoll <timshel@debian.org> Tue, 18 Jul 2000 19:10:12 +1000
-
-lsh-utils (0.9.9-1) unstable; urgency=low
-
- * Initial Release.
-
- -- Timshel Knoll <timshel@debian.org> Thu, 15 Jun 2000 16:30:33 +1000
-
Index: 2.0.4-dfsg-2/debian/lsh-server.templates
===================================================================
--- 2.0.4-dfsg-2/debian/lsh-server.templates (revision 27)
+++ 2.0.4-dfsg-2/debian/lsh-server.templates (nonexistent)
@@ -1,31 +0,0 @@
-Template: lsh-server/lshd_port
-Type: string
-Default: 22
-_Description: lsh server port:
- The default port for lshd is 22. If you would like lshd to run on a
- different port, please specify the alternative port here. If you specify
- 22, you will need to manually disable any other ssh servers you have
- running on port 22, other than OpenSSH (from the `openssh-server' package).
- OpenSSH will be automatically disabled, if you choose 22 here.
-
-Template: lsh-server/sftp
-Type: boolean
-Default: false
-_Description: Enable the sftp subsystem?
- If you want to use sftp with lsh, you will need this subsytem.
- Please bear in mind, that it's still experimental. Therefore the default
- is disabled but can be enabled now or later by manually changing
- /etc/default/lsh-server.
- .
- Please choose whether you want to use the EXPERIMENTAL sftp support now.
-
-Template: lsh-server/purge_hostkey
-Type: boolean
-Default: false
-_Description: Remove host key on purge?
- When this package is installed, a host key is generated to authenticate
- your host. This host key is not purged with the rest of the package by
- default.
- .
- Please choose whether you want to purge the host key when the package
- is removed.
Index: 2.0.4-dfsg-2/debian/lsh-utils.install
===================================================================
--- 2.0.4-dfsg-2/debian/lsh-utils.install (revision 27)
+++ 2.0.4-dfsg-2/debian/lsh-utils.install (nonexistent)
@@ -1,11 +0,0 @@
-usr/bin/lsh-authorize
-usr/bin/lsh-decode-key
-usr/bin/lsh-decrypt-key
-usr/bin/lsh-export-key
-usr/bin/lsh-keygen
-usr/bin/lsh-make-seed
-usr/bin/lsh-upgrade
-usr/bin/lsh-upgrade-key
-usr/bin/lsh-writekey
-usr/bin/srp-gen
-usr/bin/ssh-conv
Index: 2.0.4-dfsg-2/debian/rules
===================================================================
--- 2.0.4-dfsg-2/debian/rules (revision 27)
+++ 2.0.4-dfsg-2/debian/rules (nonexistent)
@@ -1,22 +0,0 @@
-#!/usr/bin/make -f
-
-include /usr/share/cdbs/1/class/autotools.mk
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/rules/dpatch.mk
-
-# the used configure parameters for ./configure
-DEB_CONFIGURE_EXTRA_FLAGS := --enable-pam --enable-kerberos --enable-srp \
- --with-pty --enable-tcp-forward --enable-x11-forward \
- --enable-agent-forward --enable-ipv6 --enable-utmp \
- --with-zlib --with-tcpwrappers --with-sshd1=/usr/sbin/sshd \
- --with-x XAUTH_PROGRAM=/usr/bin/xauth
-
-DEB_INSTALL_CHANGELOGS_ALL := ChangeLog
-DEB_INSTALL_DOCS_ALL := README
-DEB_DH_INSTALL_SOURCEDIR := debian/tmp
-
-LDFLAGS += -Wl,-z,defs -Wl,--as-needed
-
-common-install-arch::
- install -m755 debian/scripts/lsh-server-config \
- debian/tmp/usr/sbin
/2.0.4-dfsg-2/debian/rules
Property changes:
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: 2.0.4-dfsg-2/debian/lsh-client.manpages
===================================================================
--- 2.0.4-dfsg-2/debian/lsh-client.manpages (revision 27)
+++ 2.0.4-dfsg-2/debian/lsh-client.manpages (nonexistent)
@@ -1,4 +0,0 @@
-debian/mans/lcp.1
-doc/lsh.1
-doc/lshg.1
-src/sftp/lsftp.1
Index: 2.0.4-dfsg-2/debian/lsh-server.config
===================================================================
--- 2.0.4-dfsg-2/debian/lsh-server.config (revision 27)
+++ 2.0.4-dfsg-2/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: 2.0.4-dfsg-2/debian/mans/sexp-conv.lsh-utils.1
===================================================================
--- 2.0.4-dfsg-2/debian/mans/sexp-conv.lsh-utils.1 (revision 27)
+++ 2.0.4-dfsg-2/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 lsh (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: 2.0.4-dfsg-2/debian/mans/lsh-keygen.1
===================================================================
--- 2.0.4-dfsg-2/debian/mans/lsh-keygen.1 (revision 27)
+++ 2.0.4-dfsg-2/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 lsh (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: 2.0.4-dfsg-2/debian/mans/srp-gen.1
===================================================================
--- 2.0.4-dfsg-2/debian/mans/srp-gen.1 (revision 27)
+++ 2.0.4-dfsg-2/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 lsh (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: 2.0.4-dfsg-2/debian/mans/sftp-server.lsh.8
===================================================================
--- 2.0.4-dfsg-2/debian/mans/sftp-server.lsh.8 (revision 27)
+++ 2.0.4-dfsg-2/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 lsh (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: 2.0.4-dfsg-2/debian/mans/lcp.1
===================================================================
--- 2.0.4-dfsg-2/debian/mans/lcp.1 (revision 27)
+++ 2.0.4-dfsg-2/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 lsh.
-.\"
-.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 lsh (1),
-.Br lshd (8),
Index: 2.0.4-dfsg-2/debian/mans/lsh-make-seed.1
===================================================================
--- 2.0.4-dfsg-2/debian/mans/lsh-make-seed.1 (revision 27)
+++ 2.0.4-dfsg-2/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 lsh (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: 2.0.4-dfsg-2/debian/mans/lsh-writekey.1
===================================================================
--- 2.0.4-dfsg-2/debian/mans/lsh-writekey.1 (revision 27)
+++ 2.0.4-dfsg-2/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 lsh (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: 2.0.4-dfsg-2/debian/mans/lsftp.1
===================================================================
--- 2.0.4-dfsg-2/debian/mans/lsftp.1 (revision 27)
+++ 2.0.4-dfsg-2/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 lsh (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: 2.0.4-dfsg-2/debian/mans/lsh-execuv.8
===================================================================
--- 2.0.4-dfsg-2/debian/mans/lsh-execuv.8 (revision 27)
+++ 2.0.4-dfsg-2/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 lsh (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: 2.0.4-dfsg-2/debian/mans/lsh-pam-checkpw.8
===================================================================
--- 2.0.4-dfsg-2/debian/mans/lsh-pam-checkpw.8 (revision 27)
+++ 2.0.4-dfsg-2/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 lsh (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: 2.0.4-dfsg-2/debian/mans/lsh-krb-checkpw.8
===================================================================
--- 2.0.4-dfsg-2/debian/mans/lsh-krb-checkpw.8 (revision 27)
+++ 2.0.4-dfsg-2/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 lsh (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: 2.0.4-dfsg-2/debian/mans/lsh-export-key.1
===================================================================
--- 2.0.4-dfsg-2/debian/mans/lsh-export-key.1 (revision 27)
+++ 2.0.4-dfsg-2/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 lsh (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: 2.0.4-dfsg-2/debian/mans/lsh-decode-key.1
===================================================================
--- 2.0.4-dfsg-2/debian/mans/lsh-decode-key.1 (revision 27)
+++ 2.0.4-dfsg-2/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 lsh (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: 2.0.4-dfsg-2/debian/mans/lshg.1
===================================================================
--- 2.0.4-dfsg-2/debian/mans/lshg.1 (revision 27)
+++ 2.0.4-dfsg-2/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 \fBlsh(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 lsh (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: 2.0.4-dfsg-2/debian/mans/lsh_proxy.8
===================================================================
--- 2.0.4-dfsg-2/debian/mans/lsh_proxy.8 (revision 27)
+++ 2.0.4-dfsg-2/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 lsh (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: 2.0.4-dfsg-2/debian/mans/lsh-authorize.1
===================================================================
--- 2.0.4-dfsg-2/debian/mans/lsh-authorize.1 (revision 27)
+++ 2.0.4-dfsg-2/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 lsh (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: 2.0.4-dfsg-2/debian/mans/ssh-conv.1
===================================================================
--- 2.0.4-dfsg-2/debian/mans/ssh-conv.1 (revision 27)
+++ 2.0.4-dfsg-2/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 lsh (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: 2.0.4-dfsg-2/debian/mans/lshd.8
===================================================================
--- 2.0.4-dfsg-2/debian/mans/lshd.8 (revision 27)
+++ 2.0.4-dfsg-2/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 lsh (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: 2.0.4-dfsg-2/debian/mans/lsh-server-config.8
===================================================================
--- 2.0.4-dfsg-2/debian/mans/lsh-server-config.8 (revision 27)
+++ 2.0.4-dfsg-2/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: 2.0.4-dfsg-2/debian/lsh-server.install
===================================================================
--- 2.0.4-dfsg-2/debian/lsh-server.install (revision 27)
+++ 2.0.4-dfsg-2/debian/lsh-server.install (nonexistent)
@@ -1,6 +0,0 @@
-usr/sbin/lshd
-usr/sbin/lsh-execuv
-usr/sbin/lsh-krb-checkpw
-usr/sbin/lsh-pam-checkpw
-usr/sbin/lsh-server-config
-usr/sbin/sftp-server usr/lib/lsh-server
Index: 2.0.4-dfsg-2/debian
===================================================================
--- 2.0.4-dfsg-2/debian (revision 27)
+++ 2.0.4-dfsg-2/debian (nonexistent)
/2.0.4-dfsg-2/debian
Property changes:
Deleted: mergeWithUpstream
## -1 +0,0 ##
-1
\ No newline at end of property