Actions
Bug #691
closedUnchecking 'Disable password login for Secure Shell (RSA key only)' Required Reboot to Apply
Start date:
06/23/2010
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.0
Affected Architecture:
Description
During some testing I checked 'Disable password login for Secure Shell (RSA key only)' and clicked Save, and sshd restarted as expected, no longer accepting passwords. Once done with this testing I unchecked the box and hit save, but the PasswordAuthentication option did not get set until a restart.
For reference, this is the /etc/ssh/sshd_config after unchecking the box and clicking save:
$ cat /etc/ssh/sshd_config- This file is automatically generated at startup
Ciphers aes128-ctr,aes256-ctr,arcfour256,arcfour,aes128-cbc,aes256-cbc
PermitRootLogin yes
Compression yes
ClientAliveInterval 30
UseDNS no
X11Forwarding no - Login via Key only
PasswordAuthentication no
ChallengeResponseAuthentication no
PubkeyAuthentication yes - override default of no subsystems
Subsystem sftp /usr/libexec/sftp-server
Protocol 2
Port 22
After reboot:
$ cat /etc/ssh/sshd_config- This file is automatically generated at startup
Ciphers aes128-ctr,aes256-ctr,arcfour256,arcfour,aes128-cbc,aes256-cbc
PermitRootLogin yes
Compression yes
ClientAliveInterval 30
UseDNS no
X11Forwarding no - Login via Key and Password
PasswordAuthentication yes
ChallengeResponseAuthentication yes
PubkeyAuthentication yes - override default of no subsystems
Subsystem sftp /usr/libexec/sftp-server
Protocol 2
Port 22
This is on:
2.0-BETA3
built on Wed Jun 23 04:36:23 EDT 2010
FreeBSD 8.1-RC1
Updated by Jim Pingle over 14 years ago
- Status changed from New to Feedback
- % Done changed from 0 to 100
Applied in changeset 09ba7f74c35c399c46f44cd95d509e5bb6703803.
Updated by Chris Buechler over 14 years ago
- Status changed from Feedback to Resolved
Actions