Changes between Version 10 and Version 11 of install_debian
- Timestamp:
- Aug 24, 2007, 9:04:59 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
install_debian
v10 v11 240 240 * 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. 241 241 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: 243 243 244 244 {{{ 245 245 ChallengeResponseAuthentication no 246 PasswordAuthentication no 246 247 }}} 247 248