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