aboutsummaryrefslogtreecommitdiffstats
path: root/package/openssh/ipkg
diff options
context:
space:
mode:
Diffstat (limited to 'package/openssh/ipkg')
-rw-r--r--package/openssh/ipkg/openssh-client-utils.control7
-rw-r--r--package/openssh/ipkg/openssh-client.conffiles1
-rw-r--r--package/openssh/ipkg/openssh-client.control (renamed from package/openssh/ipkg/openssh.control)4
-rw-r--r--package/openssh/ipkg/openssh-server.conffiles1
-rw-r--r--package/openssh/ipkg/openssh-server.control7
-rw-r--r--package/openssh/ipkg/openssh-sftp-client.control7
-rw-r--r--package/openssh/ipkg/openssh-sftp-server.control7
7 files changed, 32 insertions, 2 deletions
diff --git a/package/openssh/ipkg/openssh-client-utils.control b/package/openssh/ipkg/openssh-client-utils.control
new file mode 100644
index 0000000000..981e2a2c7b
--- /dev/null
+++ b/package/openssh/ipkg/openssh-client-utils.control
@@ -0,0 +1,7 @@
+Package: openssh-client-utils
+Priority: optional
+Section: net
+Maintainer: bugs@openwrt.org
+Source: buildroot internal
+Depends: zlib, libopenssl
+Description: OpenSSH client utilities
diff --git a/package/openssh/ipkg/openssh-client.conffiles b/package/openssh/ipkg/openssh-client.conffiles
new file mode 100644
index 0000000000..489e8267f7
--- /dev/null
+++ b/package/openssh/ipkg/openssh-client.conffiles
@@ -0,0 +1 @@
+/etc/ssh/ssh_config \ No newline at end of file
diff --git a/package/openssh/ipkg/openssh.control b/package/openssh/ipkg/openssh-client.control
index 7ad07c74cc..4ba5190da5 100644
--- a/package/openssh/ipkg/openssh.control
+++ b/package/openssh/ipkg/openssh-client.control
@@ -1,7 +1,7 @@
-Package: openssh
+Package: openssh-client
Priority: optional
Section: net
Maintainer: bugs@openwrt.org
Source: buildroot internal
Depends: zlib, libopenssl
-Description: SSH Server and Client
+Description: OpenSSH client
diff --git a/package/openssh/ipkg/openssh-server.conffiles b/package/openssh/ipkg/openssh-server.conffiles
new file mode 100644
index 0000000000..6f0cfbcbe2
--- /dev/null
+++ b/package/openssh/ipkg/openssh-server.conffiles
@@ -0,0 +1 @@
+/etc/ssh/sshd_config \ No newline at end of file
diff --git a/package/openssh/ipkg/openssh-server.control b/package/openssh/ipkg/openssh-server.control
new file mode 100644
index 0000000000..8247c3f110
--- /dev/null
+++ b/package/openssh/ipkg/openssh-server.control
@@ -0,0 +1,7 @@
+Package: openssh-server
+Priority: optional
+Section: net
+Maintainer: bugs@openwrt.org
+Source: buildroot internal
+Depends: zlib, libopenssl
+Description: OpenSSH server
diff --git a/package/openssh/ipkg/openssh-sftp-client.control b/package/openssh/ipkg/openssh-sftp-client.control
new file mode 100644
index 0000000000..0edad501bd
--- /dev/null
+++ b/package/openssh/ipkg/openssh-sftp-client.control
@@ -0,0 +1,7 @@
+Package: openssh-sftp-client
+Priority: optional
+Section: net
+Maintainer: bugs@openwrt.org
+Source: buildroot internal
+Depends: zlib, libopenssl
+Description: OpenSSH SFTP client
diff --git a/package/openssh/ipkg/openssh-sftp-server.control b/package/openssh/ipkg/openssh-sftp-server.control
new file mode 100644
index 0000000000..fba5d6a169
--- /dev/null
+++ b/package/openssh/ipkg/openssh-sftp-server.control
@@ -0,0 +1,7 @@
+Package: openssh-sftp-server
+Priority: optional
+Section: net
+Maintainer: bugs@openwrt.org
+Source: buildroot internal
+Depends: zlib, libopenssl
+Description: OpenSSH SFTP server