[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Sshd skey authentication forced if outside lan
----- Original Message -----
From: Didier Wiroth <didier.wiroth@mcesr.etat.lu>
Date: Tuesday, February 1, 2005 9:48 am
Subject: Sshd skey authentication forced if outside lan
> Hi,
> I'm in the process of configuring my sshd of my dsl openbsd firewall.
>
> Is it possible to force skey authentication based on the network
> from where
> I'm trying to connect.
>
> For example:
> UserX is doing ssh from localnet to sshd of the firewall, standard
> passwdmethod is used
> UserX is doing ssh from internet to sshd of the firewall, SKEY is
> requiredIs that possible?
>
> Many thx
> didier
You could run 2 instances of sshd, each with a different sshd_config which specifies a different BindAddress. It might be a problem if your External IP changes frequently.