diff options
Diffstat (limited to 'openwrt/package/openssh/ipkg')
-rw-r--r-- | openwrt/package/openssh/ipkg/openssh-client-utils.control | 7 | ||||
-rw-r--r-- | openwrt/package/openssh/ipkg/openssh-client.conffiles | 1 | ||||
-rw-r--r-- | openwrt/package/openssh/ipkg/openssh-client.control (renamed from openwrt/package/openssh/ipkg/openssh.control) | 4 | ||||
-rw-r--r-- | openwrt/package/openssh/ipkg/openssh-server.conffiles | 1 | ||||
-rw-r--r-- | openwrt/package/openssh/ipkg/openssh-server.control | 7 | ||||
-rw-r--r-- | openwrt/package/openssh/ipkg/openssh-sftp-client.control | 7 | ||||
-rw-r--r-- | openwrt/package/openssh/ipkg/openssh-sftp-server.control | 7 |
7 files changed, 32 insertions, 2 deletions
diff --git a/openwrt/package/openssh/ipkg/openssh-client-utils.control b/openwrt/package/openssh/ipkg/openssh-client-utils.control new file mode 100644 index 000000000..981e2a2c7 --- /dev/null +++ b/openwrt/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/openwrt/package/openssh/ipkg/openssh-client.conffiles b/openwrt/package/openssh/ipkg/openssh-client.conffiles new file mode 100644 index 000000000..489e8267f --- /dev/null +++ b/openwrt/package/openssh/ipkg/openssh-client.conffiles @@ -0,0 +1 @@ +/etc/ssh/ssh_config
\ No newline at end of file diff --git a/openwrt/package/openssh/ipkg/openssh.control b/openwrt/package/openssh/ipkg/openssh-client.control index 7ad07c74c..4ba5190da 100644 --- a/openwrt/package/openssh/ipkg/openssh.control +++ b/openwrt/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/openwrt/package/openssh/ipkg/openssh-server.conffiles b/openwrt/package/openssh/ipkg/openssh-server.conffiles new file mode 100644 index 000000000..6f0cfbcbe --- /dev/null +++ b/openwrt/package/openssh/ipkg/openssh-server.conffiles @@ -0,0 +1 @@ +/etc/ssh/sshd_config
\ No newline at end of file diff --git a/openwrt/package/openssh/ipkg/openssh-server.control b/openwrt/package/openssh/ipkg/openssh-server.control new file mode 100644 index 000000000..8247c3f11 --- /dev/null +++ b/openwrt/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/openwrt/package/openssh/ipkg/openssh-sftp-client.control b/openwrt/package/openssh/ipkg/openssh-sftp-client.control new file mode 100644 index 000000000..0edad501b --- /dev/null +++ b/openwrt/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/openwrt/package/openssh/ipkg/openssh-sftp-server.control b/openwrt/package/openssh/ipkg/openssh-sftp-server.control new file mode 100644 index 000000000..fba5d6a16 --- /dev/null +++ b/openwrt/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 |