enable pubkeys
This commit is contained in:
2
gen.lua
2
gen.lua
@@ -23,7 +23,7 @@ for l in io.lines(conf) do
|
|||||||
|
|
||||||
f:write("Match User ", user);
|
f:write("Match User ", user);
|
||||||
f:write("\n\tForceCommand ssh -o StrictHostKeyChecking=no -A ", params);
|
f:write("\n\tForceCommand ssh -o StrictHostKeyChecking=no -A ", params);
|
||||||
f:write("\n\tPubkeyAuthentication no");
|
f:write("\n\tPubkeyAuthentication yes");
|
||||||
f:write("\n\tPasswordAuthentication yes");
|
f:write("\n\tPasswordAuthentication yes");
|
||||||
f:write("\n\tPermitEmptyPasswords yes");
|
f:write("\n\tPermitEmptyPasswords yes");
|
||||||
f:write("\n\tAllowAgentForwarding yes\n");
|
f:write("\n\tAllowAgentForwarding yes\n");
|
||||||
|
|||||||
Reference in New Issue
Block a user