README: Add warning about env var security

This commit is contained in:
Keegan McAllister
2012-04-12 00:43:23 -04:00
parent afa09948fe
commit b803c49fc9
+6
View File
@@ -61,6 +61,12 @@ Getting Mosh
packages for many operating systems, as well as instructions for building packages for many operating systems, as well as instructions for building
from source. from source.
Note that `mosh-client` receives an AES session key as an environment
variable. If you are porting Mosh to a new operating system, please make
sure that a running process's environment variables are not readable by other
users. We have confirmed that this is the case on GNU/Linux, OS X, and
FreeBSD.
Usage Usage
----- -----