IETF-SSH archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

ssh authentication methods



Hi,
I am not sure this is the appropriate place for me to ask a question on SSH.
If it isn't could you please suggest an alternative.

Can an ssh server process more than one type of authentication method once
it has been started?  By that I mean can an ssh server process both
public-key authentication and say interactive-keyboard authentication.
The is how I would have the sshd_config file for this scenario.



Port 22
Protocol 2,1
ListenAddress 0.0.0.0
ServerKeyBits 768
PermitRootLogin yes
RsaAuthentication yes
DsaAuthentication yes
PasswordAuthentication no
PermitEmptyPasswords no
KbdInteractiveAuthentication yes

subsystem sftp sftp

thank you.





Home | Main Index | Thread Index | Old Index