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

config MOSH
	tristate
	prompt "mosh"
	select PROTOBUF
	select NCURSES
	select ZLIB
	select OPENSSL
	select OPENSSH		if RUNTIME
	select OPENSSH_SSH	if RUNTIME
	select OPENSSH_SSHD	if RUNTIME
	help
	  Remote terminal application that allows roaming, supports intermittent
	  connectivity, and provides intelligent local echo and line editing of
	  user keystrokes. Mosh is a replacement for SSH. It's more robust and
	  responsive, especially over Wi-Fi, cellular, and long-distance links.