Skip to content

Commit

Permalink
Merge pull request #109 from ftaeger/patch-2
Browse files Browse the repository at this point in the history
Added support for UseDNS config switch
  • Loading branch information
rndmh3ro committed May 1, 2017
2 parents 24bf8e8 + 8e061b4 commit bce8703
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions templates/opensshd.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -222,3 +222,6 @@ PasswordAuthentication no
PermitRootLogin no
X11Forwarding no
{% endif %}

# look up the remote host name, defaults to false from 6.8, see: http://www.openssh.com/txt/release-6.8
UseDNS {{ 'yes' if ssh_use_dns else 'no' }}

0 comments on commit bce8703

Please sign in to comment.