## SECTION=networking menuconfig OPENSSH tristate select ZLIB select OPENSSL select LIBC_RESOLV select LIBC_NSL select LIBC_DL select RC_ONCE select BUSYBOX_START_STOP_DAEMON if OPENSSH_SSHD_STARTSCRIPT prompt "openssh " help secure shell client/server, an rlogin/rsh/rcp replacement 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. if OPENSSH config OPENSSH_SSH bool "ssh (client)" help Install the client program (ssh) on the target config OPENSSH_SSHD bool "sshd (server)" default y help Install the openSSH server program (sshd) on the target config OPENSSH_SSHD_STARTSCRIPT bool default y depends on OPENSSH_SSHD prompt "install /etc/init.d/openssh" config OPENSSH_SCP bool "scp" help Install the secure copy program (scp) on the target config OPENSSH_SFTP bool "sftp (client)" help Install the secure ftp client (sftp) on the target config OPENSSH_SFTP_SERVER bool "sftp-server" help Install the secure ftp server (sftp) on the target config OPENSSH_KEYGEN bool "ssh-keygen" default y help Install ssh-keygen on the target endif