blob: eac1586bffd93510ea8891abe8bdb49af1bd7cce (
plain)
1
2
3
4
5
6
7
8
9
10
|
config BR2_PACKAGE_OPENSSH
bool "openssh"
default n
select BR2_PACKAGE_OPENSSL
select BR2_PACKAGE_ZLIB
help
A free version of the SSH protocol suite of network connectivity
tools. The standard 'ssh', 'sshd', 'scp', and friends.
http://www.openssh.com/
|