diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2013-12-05 22:39:43 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2013-12-05 22:39:43 +0100 |
commit | 5c000bbe6378de33b55080bcc8be1cfb907c2d22 (patch) | |
tree | 3b6ab6e0730d7da4822118e267c8409d53d5de44 /sys/man/1/cpu | |
parent | 919863dab3490b624fdb6197566cf9e3b5980c2a (diff) |
cpu: add -n flag for the remote site to allow "none" authentification method (inspired from sources cpu-noauth patch)
Diffstat (limited to 'sys/man/1/cpu')
-rw-r--r-- | sys/man/1/cpu | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/sys/man/1/cpu b/sys/man/1/cpu index 812f2c636..b523911a2 100644 --- a/sys/man/1/cpu +++ b/sys/man/1/cpu @@ -30,6 +30,8 @@ cpu \- connection to CPU server .PP .B cpu [ +.B -n +] [ .B -A .I address ] [ @@ -127,6 +129,11 @@ back to This is used if the local host is in a different protection domain than the server or if the user wants to log into the server as a different user. +.TP +.B none +This skips authentication. This requires the +.IR -n +flag to be specified on the remote side. .PD .PP The @@ -181,6 +188,16 @@ flag is similar but simulates the pre-9P2000 version of the .I cpu protocol. +The +.B -n +option allows using the +.B none +authentication method for incoming connections and must be +specified before the +.B -R +and +.B -O +flags. .PP The .B -p |