summaryrefslogtreecommitdiffstats
path: root/rules/libssh2.in
blob: e5c30655b192a0a587045d848236767771ccc206 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
## SECTION=networking

config LIBSSH2
	tristate
	prompt "libssh2"
	select ZLIB
	select OPENSSL
	help
	  SSH2 client-side library
	  
	  libssh2 is the thin library implementing client side of SSH2
	  protocol as defined by Internet Drafts SECSH-TRANS,
	  SECSH-USERAUTH, SECSH-CONNECTION, SECSH-ARCH,
	  SECSH-FILEXFER, SECSH-DHGEX, SECSH-NUMBERS, and
	  SECSH-PUBLICKEY

	  This boils down to the regular terminal, scp and SFTP
	  sessions; port forwarding; password, key-based and
	  keyboard-interactive authentication.