Modify /etc/ssh/sshd_config. For more information on Droid, please see
droidphp.com.
The steps involved are:-
- Write a list of Option Argument tuples to
/etc/ssh/sshd_config. - Restart the SSH service if the config file is changed as a result of the previous step.
- The platform is Debian-based.
- The SSH Service is already installed.
None.
-
One or more Inventory Hosts, having a
public_ip. -
A list of Option Argument tuples (yaml arrays):-
sshd_config: - [ <string>, <string> ] # for example, [PasswordAuthentication, no] - ...
None.