/[adm]/puppet/modules/openssh/templates/sshd_config
ViewVC logotype

Diff of /puppet/modules/openssh/templates/sshd_config

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 435 by misc, Tue Nov 23 01:11:08 2010 UTC revision 436 by misc, Tue Nov 23 23:17:47 2010 UTC
# Line 45  PermitRootLogin without-password Line 45  PermitRootLogin without-password
45  #PubkeyAuthentication yes  #PubkeyAuthentication yes
46  #AuthorizedKeysFile     .ssh/authorized_keys  #AuthorizedKeysFile     .ssh/authorized_keys
47    
48    <% if all_tags.include?('openssh::ssh_keys_from_ldap')  %>
49    AuthorizedKeysFile /var/lib/config/pubkeys/%u/authorized_keys
50    <% end %>
51    
52    
53  # For this to work you will also need host keys in /etc/ssh/ssh_known_hosts  # For this to work you will also need host keys in /etc/ssh/ssh_known_hosts
54  #RhostsRSAAuthentication no  #RhostsRSAAuthentication no
55  # similar for protocol version 2  # similar for protocol version 2

Legend:
Removed from v.435  
changed lines
  Added in v.436

  ViewVC Help
Powered by ViewVC 1.1.30