Stefan Miklosovic wrote:
hi,

my pc gets ip address from dhcp server,
but on my pc, there is running
sshd.

I want to make ssh to listen to only one
ip address, but if ip changes due to dhcp,
ssh server do not work properly.

I know, that dhcp is able to assign ip address
to client from some range e.g. 192.168.0.1-254
It is possible to do the same with ssh in case
that it is not possible to do it only with one ip?

I want a solution which would work every time,
not only some specific one.

I don't know if this will solve your problem, you can set ListenAddress in sshd_config, by default this is 0.0.0.0 or any. You can have multiple ListenAddress entries.

I do not know if you can specify an ip-range, that would solve the problem I guess. It doesn't seem like you can configure sshd to bind to a particular interface, whichever address it may have, that would be the best solution.

BR, Erik
--
Erik Nørgaard
Ph: +34.666334818/+34.915211157                  http://www.locolomo.org
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Reply via email to