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

Commit 71537e3

Browse files
authored
Remove duplicate ssh_use_dns
ssh_use_dns was set twice in defaults/main.yml. This patch removes the last occurrence.
1 parent 5eec48b commit 71537e3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

defaults/main.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -175,8 +175,5 @@ sshd_moduli_minimum: 2048
175175
# disable ChallengeResponseAuthentication
176176
ssh_challengeresponseauthentication: false
177177

178-
# look up the remote host name, defaults to false from 6.8, see: http://www.openssh.com/txt/release-6.8
179-
ssh_use_dns: false
180-
181178
# a list of public keys that are never accepted by the ssh server
182179
ssh_server_revoked_keys: []

0 commit comments

Comments
 (0)