Update 'README.md'

This commit is contained in:
Russtopia 2018-11-13 23:02:52 -08:00
parent d28a4af924
commit 2a9c7d9cfe
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ HKExSh
'hkexsh' (HerraduraKyberEx shell) is a golang implementation of a simple
remote shell client and server, similar in role to ssh, offering
encrypted interactive and non-interactive sessions as well as file copying.
encrypted interactive and non-interactive sessions, file copying and tunnels.
The client and server programs (hkexsh and hkexshd) use a mostly drop-in
replacement for golang's standard golang/pkg/net facilities (net.Dial(), net.Listen(), net.Accept()