Mercurial > dropbear
changeset 310:4b4478d0d2b9 ucc-axis-hack
add a comment on usage
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Sun, 26 Mar 2006 08:28:16 +0000 |
parents | 474c1a700b67 |
children | 24056a5eb75b |
files | README.axis |
diffstat | 1 files changed, 15 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/README.axis Sun Mar 26 08:26:39 2006 +0000 +++ b/README.axis Sun Mar 26 08:28:16 2006 +0000 @@ -1,3 +1,18 @@ +Running it: + +For normally (just vfork(), no inetd): + +./dropbear -F -E + +(add -v for verbose). Note that since it's vforking, only one connection +will reliably work at a time. + +For inetd-server mode, which will execv() a new dropbear inetd child each time: + +./dropbear -x /path/to/dropbear -F -E + +--------------------- + From: Bernard Blackham <[email protected]> To: [email protected] Subject: [tech] axis building