Skip to content
This repository was archived by the owner on Dec 26, 2020. It is now read-only.

Commit cef9f15

Browse files
committed
Merge branch 'feature/2fa_auth' of github:lazzurs/ansible-ssh-hardening into feature/2fa_auth
2 parents 9c8b783 + f5f4521 commit cef9f15

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,7 @@ Warning: This role disables root-login on the target server! Please make sure yo
5151
|`ssh_challengeresponseauthentication` | false | Specifies whether challenge-response authentication is allowed (e.g. via PAM) |
5252
|`ssh_client_password_login` | false | `true` to allow password-based authentication with the ssh client |
5353
|`ssh_server_password_login` | false | `true` to allow password-based authentication with the ssh server |
54-
<<<<<<< HEAD
5554
|`ssh_google_auth` | false | `true` to enable google authenticator based TOTP 2FA |
56-
=======
5755
|`ssh_banner` | `false` | `true` to print a banner on login |
5856
|`ssh_client_hardening` | `true` | `false` to stop harden the client |
5957
|`ssh_client_port` | `'22'` | Specifies the port number to connect on the remote host. |
@@ -66,7 +64,6 @@ Warning: This role disables root-login on the target server! Please make sure yo
6664
|`ssh_server_match_user` | '' | Introduces a conditional block. If all of the criteria on the Match line are satisfied, the keywords on the following lines override those set in the global section of the config file, until either another Match line or the end of the file. |
6765
|`ssh_server_permit_environment_vars` | `false` | `true` to specify that ~/.ssh/environment and environment= options in ~/.ssh/authorized_keys are processed by sshd |
6866
|`ssh_use_dns` | `false` | Specifies whether sshd should look up the remote host name, and to check that the resolved host name for the remote IP address maps back to the very same IP address. |
69-
>>>>>>> upstream/master
7067
|`ssh_server_revoked_keys` | [] | a list of revoked public keys that the ssh server will always reject, useful to revoke known weak or compromised keys.|
7168

7269
## Example Playbook

0 commit comments

Comments
 (0)