Changes between Version 10 and Version 11 of install_debian


Ignore:
Timestamp:
Aug 24, 2007, 9:04:59 PM (18 years ago)
Author:
Daniel Kahn Gillmor
Comment:

updating removal of PasswordAuthentication for etch packages

Legend:

Unmodified
Added
Removed
Modified
  • install_debian

    v10 v11  
    240240 * Configure ssh to only accept connections with auth keys (unless this is a server that should be accessible by members). Edit /etc/ssh/sshd_config.
    241241
    242  * Uncomment and change the !ChallengeResponseAuthentication line to match the following:
     242 * Uncomment and change the !ChallengeResponseAuthentication line and the !PasswordAuthentication line to match the following:
    243243
    244244{{{
    245245ChallengeResponseAuthentication no
     246PasswordAuthentication no
    246247}}}
    247248