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

Commit 7c05984

Browse files
authored
Added support for UseDNS config switch
1 parent fd730df commit 7c05984

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

defaults/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,3 +154,6 @@ sshd_moduli_minimum: 2048
154154

155155
# disable ChallengeResponseAuthentication
156156
ssh_challengeresponseauthentication: false
157+
158+
# look up the remote host name, defaults to false from 6.8, see: http://www.openssh.com/txt/release-6.8
159+
ssh_use_dns: false

0 commit comments

Comments
 (0)