[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#389011: scp: server side options not mentioned in manpage



Package: openssh-client
Version: 1:4.3p2-3
Severity: wishlist
Tags: patch

Hello,

the server side options -d, -f, and -t are not mentioned in scp(1). This
patch adds those options to the manpage, merely stating

 Server option, only needed on the remote host

Cheers,

Wolf


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (200, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17.9
Locale: LANG=de_DE@euro, LC_CTYPE=de_DE@euro (charmap=ISO-8859-15)

Versions of packages openssh-client depends on:
ii  adduser             3.97                 Add and remove users and groups
ii  debconf [debconf-2. 1.5.5                Debian configuration management sy
ii  dpkg                1.13.22              package maintenance system for Deb
ii  libc6               2.3.6.ds1-4          GNU C Library: Shared libraries
ii  libcomerr2          1.39-1               common error description library
ii  libedit2            2.9.cvs.20050518-2.2 BSD editline and history libraries
ii  libkrb53            1.4.4-2              MIT Kerberos runtime libraries
ii  libncurses5         5.5-3                Shared libraries for terminal hand
ii  libselinux1         1.30.28-1            SELinux shared libraries
ii  libssl0.9.8         0.9.8c-1             SSL shared libraries
ii  passwd              1:4.0.18.1-3         change and administer password and
ii  zlib1g              1:1.2.3-13           compression library - runtime

openssh-client recommends no packages.

-- no debconf information
diff -Nur openssh-4.3p2.orig/scp.0 openssh-4.3p2/scp.0
--- openssh-4.3p2.orig/scp.0	2006-02-11 01:07:37.000000000 +0100
+++ openssh-4.3p2/scp.0	2006-09-23 12:36:06.185276250 +0200
@@ -38,6 +38,10 @@
              Selects the cipher to use for encrypting the data transfer.  This
              option is directly passed to ssh(1).
 
+     -d      Server option, only needed on the remote host.
+
+     -f      Server option, only needed on the remote host.
+
      -F ssh_config
              Specifies an alternative per-user configuration file for ssh.
              This option is directly passed to ssh(1).
@@ -123,6 +127,8 @@
              Name of program to use for the encrypted connection.  The program
              must understand ssh(1) options.
 
+     -t      Server option, only needed on the remote host.
+
      -v      Verbose mode.  Causes scp and ssh(1) to print debugging messages
              about their progress.  This is helpful in debugging connection,
              authentication, and configuration problems.
diff -Nur openssh-4.3p2.orig/scp.1 openssh-4.3p2/scp.1
--- openssh-4.3p2.orig/scp.1	2006-01-20 01:31:47.000000000 +0100
+++ openssh-4.3p2/scp.1	2006-09-23 12:36:08.761437250 +0200
@@ -91,6 +91,10 @@
 Selects the cipher to use for encrypting the data transfer.
 This option is directly passed to
 .Xr ssh 1 .
+.It Fl d
+Server option, only needed on the remote host.
+.It Fl f
+Server option, only needed on the remote host.
 .It Fl F Ar ssh_config
 Specifies an alternative
 per-user configuration file for
@@ -188,6 +192,8 @@
 The program must understand
 .Xr ssh 1
 options.
+.It Fl t
+Server option, only needed on the remote host.
 .It Fl v
 Verbose mode.
 Causes

Reply to: