On 1/16/06, Tim Cross <[EMAIL PROTECTED]> wrote: > Is it possible to configure OpenSSH (on Fedora Core 4) to allow local ssh > logins on the local subnet with password authentication while at the same > time restricting external logins to public-key authentication on a single > account? > > _________________________________________________________________ > Don't just search. Find. Check out the new MSN Search! > http://search.msn.click-url.com/go/onm00200636ave/direct/01/ > >
Nothing ventured nothing gained. I did not see a way to allow one sshd session to have 2 separted authentification methods, but you may want to try starting up to separate sshd using their own config/settings to meet you needs. Have the local session "ListenAddress" localhost & internal nic eth0? & "PasswordAuthentication yes". The external session "ListenAddress" on the external nic "eth1?" & "PasswordAuthentication no" HTH, Jesse
