diff options
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 27 |
1 files changed, 26 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 419cc31ae..824f34887 100644 --- a/debian/control +++ b/debian/control | |||
@@ -45,7 +45,7 @@ Package: openssh-server | |||
45 | Priority: optional | 45 | Priority: optional |
46 | Architecture: any | 46 | Architecture: any |
47 | Pre-Depends: ${misc:Pre-Depends} | 47 | Pre-Depends: ${misc:Pre-Depends} |
48 | Depends: ${shlibs:Depends}, ${misc:Depends}, libpam-runtime (>= 0.76-14), libpam-modules (>= 0.72-9), adduser (>= 3.9), dpkg (>= 1.9.0), openssh-client (= ${binary:Version}), lsb-base (>= 4.1+Debian3), procps | 48 | Depends: ${shlibs:Depends}, ${misc:Depends}, libpam-runtime (>= 0.76-14), libpam-modules (>= 0.72-9), adduser (>= 3.9), dpkg (>= 1.9.0), openssh-client (= ${binary:Version}), lsb-base (>= 4.1+Debian3), procps, openssh-sftp-server |
49 | Recommends: xauth, ncurses-term, ${openssh-server:Recommends} | 49 | Recommends: xauth, ncurses-term, ${openssh-server:Recommends} |
50 | Conflicts: ssh-socks, ssh2, sftp | 50 | Conflicts: ssh-socks, ssh2, sftp |
51 | Replaces: ssh, ssh-krb5 | 51 | Replaces: ssh, ssh-krb5 |
@@ -73,6 +73,31 @@ Description: secure shell (SSH) server, for secure access from remote machines | |||
73 | sshd replaces the insecure rshd program, which is obsolete for most | 73 | sshd replaces the insecure rshd program, which is obsolete for most |
74 | purposes. | 74 | purposes. |
75 | 75 | ||
76 | Package: openssh-sftp-server | ||
77 | Priority: optional | ||
78 | Architecture: any | ||
79 | Depends: ${shlibs:Depends}, ${misc:Depends} | ||
80 | Recommends: openssh-server | ssh-server | ||
81 | Breaks: openssh-server (<< 1:6.5p1-4) | ||
82 | Replaces: openssh-server (<< 1:6.5p1-4) | ||
83 | Enhances: openssh-server, ssh-server | ||
84 | Description: secure shell (SSH) sftp server module, for SFTP access from remote machines | ||
85 | This is the portable version of OpenSSH, a free implementation of | ||
86 | the Secure Shell protocol as specified by the IETF secsh working | ||
87 | group. | ||
88 | . | ||
89 | Ssh (Secure Shell) is a program for logging into a remote machine | ||
90 | and for executing commands on a remote machine. | ||
91 | It provides secure encrypted communications between two untrusted | ||
92 | hosts over an insecure network. X11 connections and arbitrary TCP/IP | ||
93 | ports can also be forwarded over the secure channel. | ||
94 | It can be used to provide applications with a secure communication | ||
95 | channel. | ||
96 | . | ||
97 | This package provides the SFTP server module for the SSH server. It | ||
98 | is needed if you want to access your SSH server with SFTP. The SFTP | ||
99 | server module also works with other SSH daemons like dropbear. | ||
100 | |||
76 | Package: ssh | 101 | Package: ssh |
77 | Priority: extra | 102 | Priority: extra |
78 | Architecture: all | 103 | Architecture: all |