summaryrefslogtreecommitdiffstats
path: root/rules/openssh.in
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2006-11-28 14:06:45 +0000
committerSascha Hauer <s.hauer@pengutronix.de>2006-11-28 14:06:45 +0000
commit8eb0904bb8934b8fb5769bd12f44a04c7c95da2c (patch)
treefd8eb7ccd399ccdb02eb51d665980f0f4faec080 /rules/openssh.in
parentb472d482dacb875a504e2fbcfda2260d4337144a (diff)
downloadptxdist-8eb0904bb8934b8fb5769bd12f44a04c7c95da2c.tar.gz
ptxdist-8eb0904bb8934b8fb5769bd12f44a04c7c95da2c.tar.xz
add startscript and generic config files
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@6393 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/openssh.in')
-rw-r--r--rules/openssh.in25
1 files changed, 19 insertions, 6 deletions
diff --git a/rules/openssh.in b/rules/openssh.in
index de7e37f94..2567ed127 100644
--- a/rules/openssh.in
+++ b/rules/openssh.in
@@ -4,36 +4,49 @@ menuconfig OPENSSH
select OPENSSL
prompt "OpenSSH "
help
- FIXME: This item needs to be documented
+ ssh (Secure Shell) is a program for logging into a remote machine and
+ for executing commands on a remote machine. It provides secure
+ encrypted communications between two untrusted hosts over an insecure
+ network. X11 connections and arbitrary TCP/IP ports can also be
+ forwarded over the secure channel. It is intended as a replacement
+ for rlogin, rsh and rcp, and can be used to provide applications with
+ a secure communication channel.
config OPENSSH_SSH
bool "Install ssh (client)"
depends on OPENSSH
help
- FIXME: This item needs to be documented
+ Install the client program (ssh) on the target
config OPENSSH_SSHD
bool "Install sshd (server)"
default y
depends on OPENSSH
help
- FIXME: This item needs to be documented
+ Install the openSSH server program (sshd) on the
+ target
+
+config ROOTFS_ETC_INITD_OPENSSH
+ depends on OPENSSH_SSHD
+ bool
+ default y
+ prompt "Install startup script "
config OPENSSH_SCP
bool "Install scp"
depends on OPENSSH
help
- FIXME: This item needs to be documented
+ Install the secure copy program (scp) on the target
config OPENSSH_SFTP_SERVER
bool "Install sftp-server"
depends on OPENSSH
help
- FIXME: This item needs to be documented
+ Install the secure ftp program (sftp) on the target
config OPENSSH_KEYGEN
bool "Install ssh-keygen"
default y
depends on OPENSSH
help
- FIXME: This item needs to be documented
+ Install ssh-keygen on the target